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


Examples of SYSIN DD statements

z/OS MVS JCL Reference
SA23-1385-00

//STEP1  EXEC  PGM=READ
//SYSIN  DD    *
         .
         .
         data
         .
//OUT1   DD    SYSOUT=A
//STEP2  EXEC  PGM=WRITE
//SYSIN  DD    DATA,DLM=17
         .
         .
         .
17

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014