Previous Topic: Information You Need for Your Fifth JCLNext Topic: Major Elements of Your Fifth JCL


Example of Your Fifth JCL

Use a text editor to prepare a data set that contains the JCL for the job, as shown below:

//U50500    JOB  MSGCLASS=A,NOTIFY=D27SYSP4,CLASS=X
//QSALESTP  EXEC PGM=U50500P
//SYSPRINT  DD SYSOUT=*
//FILE1     DD DSN=SYS4.QSFILE,DISP=OLD
//QREPORT   DD SYSOUT=E