z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Alternative 1 - Add the member and JCL to the IEFJOBS-Defined data set

z/OS MVS JCL Reference
SA23-1385-00

If you plan to define an IEFJOBS concatenation in MSTJCLxx with a data set of SYS1.STCJOBS, create a DUMPCHK member in SYS1.STCJOBS. Place the job in this member and add an EXEC statement that will run the existing procedure. For example:
//DUMPCHK  JOB  'accounting_info',MSGLEVEL=(1,1)
//         EXEC DUMPCHK
When the START command is issued, MVS™ inserts a JCL SET statement after the JOB statement, resulting in the following JCL:
//DUMPCHK  JOB  'accounting_info',MSGLEVEL=(1,1)
//         SET  SG=ALL,JDATE=93119,DAY=THURSDAY
//         EXEC DUMPCHK

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014