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


Example of the null statement

z/OS MVS JCL Reference
SA23-1385-00

//MYJOB JOB   ,'C BROWN'
//STEP1 EXEC  PROC=FIELD
//STEP2 EXEC  PGM=XTRA
//DD1   DD    UNIT=3400-5
//DD2   DD    *
        .
        .
        data
        .
/*
//

The null statement indicates the end of job MYJOB.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014