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


Example of the DSID parameter

z/OS MVS JCL Reference
SA23-1385-00

//JOB1     JOB   ,,MSGLEVEL=(1,1)
//STEP     EXEC  PGM=AION
//SYSIN    DD    *,DSID=(ABLE,V),VOLUME=SER=123456,
//           DCB=LRECL=80
//SYSPRINT DD    SYSOUT=E,DCB=LRECL=128,DSID=BAKER

In this example, the SYSIN DD statement indicates that the input is on diskette 123456 in data set ABLE and must have been verified. The output will be written on a diskette in data set BAKER.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014