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


START command processing when the member is a job

z/OS MVS JCL Reference
SA23-1385-00

If a JOB statement is the first statement in the member, the system uses the JCL provided in the member. For example, given the following JOB statement and JCL in the INIT member:
//INIT     JOB    'accounting_info',MSGLEVEL=1
//JESDS    OUTPUT JESDS=ALL,OUTDISP=(PURGE,WRITE)
//INIT     EXEC   INIT
//DD1      DD     DSN=SYSTEM.ACCOUNT.DATA,DISP=SHR
//*

JES2 automatically issues the command S INIT.INIT,,,JES2,SUB=JES2 and the preceding JCL is invoked, starting the MVS™ initiator by calling the INIT procedure. The S INIT.INIT,,,JES2,SUB=JES2 command now uses the source JCL and invokes the same procedure.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014