On Mon, 9 Jan 2006 15:48:38 -0500, Hugh Lapham <[EMAIL PROTECTED]> wrote:
>Sorry . . . can't really help then. We schedule our jobs via Control-M and everything seems to work fine, although I vaguely recall some weird problems earlier on that were solved by ensuring the appropriate C/C++ libraries were available. Check the SAS support site or the MXG-L list. That's where I found my solution at the time. > >>>> MR <[EMAIL PROTECTED]> 2006-01-09 15:33:08 >>> >I am able to email the PDF using SAS but I was trying to send via >IEBGENER. The reason for this is in Control-M batch scheduler, the SAS >email command gives an error of - > >ERROR: UNABLE TO INITIALIZE TCP/IP SUBSYSTEM. >NOTE: THE SAS SYSTEM STOPPED PROCESSING THIS STEP BECAUSE OF ERRORS. > >I could not figure out how to resolve this Control-M error so I was trying >to use IEBGENER to email. > Not sure I understand where the problem arises, in Control-M or the job, but whatever it has the classic symptoms of the lack of a SYSTCPD pointer. Try adding a //SYSTCPD DD DISP=SHR,DSN=<your.tcpip.data.file> as appropriate. DC ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

