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


Example of the DEST parameter

z/OS MVS JCL Reference
SA23-1385-00

//JOB01   JOB  ,'MAE BIRD',MSGCLASS=B
//STEP1   EXEC PGM=INTEREST
//DEBIT   DD   SYSOUT=A
//CALIF   DD   SYSOUT=A,DEST=R555
//FLOR    DD   SYSOUT=A,DEST=(BOCA,'9212U28')

In this example, the system sends the sysout data set defined by DD statement DEBIT to the work station that submitted the job, the data set defined by DD statement CALIF to the remote terminal 555, and the data set defined by DD statement FLOR to VM userid 9212U28 at node BOCA.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014