Previous Topic

Next Topic

Book Contents

Book Index

Example 3

This job invokes a rule that calls the SETKEY and SUM functions.

Figure 371 JCL Member that Invokes a Reconciliation Rule – Example 3

//...        JOB    ...

//           EXEC   CONTROLB,RULE=setkey and sum

//SORTIN     DD     DSN=our-input-file,DISP=SHR

//SORTOUT    DD     DSN=empty-pre-allocated-file,DISP=SHR

//SORTWK01   DD     UNIT=SYSALLDA,SPACE=(TRK,(5,10))

//SORTWK02   DD     UNIT=SYSALLDA,SPACE=(TRK,(5,10))

//SORTWK03   DD     UNIT=SYSALLDA,SPACE=(TRK,(5,10))

//SYSOUT     DD     SYSOUT=held-class

//

Parent Topic

DD Statements