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


START command processing when the member is a procedure

z/OS MVS JCL Reference
SA23-1385-00

During START command processing, if the member specified does not start with a JOB statement, the system creates a JOB statement and EXEC statement that will invoke the procedure of the same name as the member.

For example, the member INIT exists in SYS1.PROCLIB as follows:
//IEFPROC   EXEC   PGM=IEFIIC
JES2 automatically issues the command S INIT.INIT,,,JES2,SUB=JES2 and the following JCL is created:
//INIT     JOB MSGLEVEL=1
//INIT     EXEC INIT

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014