Previous Topic: Example of Your Fourth JCLNext Topic: Step 1: Define a Job


Major Elements of Your Fourth JCL

This list shows the major elements of your fourth JCL.

//RPGSTEP EXEC PGM=RPG

The application that generates the sales results data (RPG)

//INPUT1 DD DSN=SALES.INPUT.DATA,DISP=OLD,
// DCB=(RECFM=FBA,LRECL=133,BLKSIZE=1330)

The data set that contains the sales data

The record format statement RECFM=FBA specifies that records contain carriage control characters in the first column and an interleave identifier in the second column.

//RECREPS DD SYSOUT=E

The output controlled by CA Deliver that is used to create the interleaved report output