Previous Topic

Next Topic

Book Contents

Book Index

Example 1

Figure 369 JCL Member that Invokes a Reconciliation Rule – Example 1

//...        JOB    ...

//           EXEC   CONTROLB,RULE=reconcile-rule

//SORTIN     DD     DSN=pre-allocated-file or temporary files,DISP=SHR

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

//SORTOUT1   DD     DSN=empty-pre-allocated-file or temporary files,DISP=SHR

//SORTOUT2   DD     DSN=empty-pre-allocated-file or temporary files,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