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


Embedding in-stream data in a procedure

z/OS MVS JCL Reference
SA23-1385-00

In JES2 and JES3, you can embed in-stream data directly within in-stream or cataloged procedure code. For example, in JES2:
//HELLO     PROC
//STEPA     EXEC  PGM=IEBGENER 
//SYSIN     DD    DUMMY
//SYSPRINT  DD    SYSOUT=A
//SYSUT2    DD    SYSOUT=A
//SYSUT1    DD    DATA 
HELLO WORLD 
/* 
//          PEND

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014