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


Example of Your Fourth JCL

Use your text editor to prepare a data set that contains the JCL for the job. Here's an example:

//RECJOB01 JOB  MSGCLASS=A,NOTIFY=D27SYSP4,CLASS=B
//RPGSTEP  EXEC PGM=RPG
//SYSUDUMP DD   SYSOUT=P
//SYSPRINT DD   SYSOUT=*
//INPUT1   DD   DSN=SALES.INPUT.DATA,DISP=OLD,
//              DCB=(RECFM=FBA,LRECL=133,BLKSIZE=1330)
//RECREPS  DD   SYSOUT=E