> have a requirement where I need to submit a JCL stored in a flat file / KSDS 
> file from within another JCL which is executing.

Flat file:

//SUBMIT   EXEC PGM=IEBGENER
//SYSIN     DD    DUMMY
//SYSUT1   DD    DISP=SHR,DSN=<flat-file>
//SYSUT2   DD    SYSOUT=(,INTRDR)

(I'd check the placement of the comma, in the SYSUT2 DDName)

-
Too busy driving to stop for gas!

----------------------------------------------------------------------
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

Reply via email to