Previous Topic

Next Topic

Book Contents

Book Index

CTMRPFL Example of JCL

A sample job can be found in the CTMRPFL member in the Control-M JCL library.

Figure 47 CTMRPFL – Example

//DAPLNJOB DD DISP=SHR,DSN=scheduling-library(table1)

//         DD DISP=SHR,DSN=scheduling-library(table2)

           .

           .

           .

//SYSIN1   DD *

  REPSTART 000808

  REPEND   000808

  REPTYPE  2S

//SYSIN2   DD *

  TABLE    UNITED

  CHART    YES

  PAGESEQ  YES

  PAGESIZE 60

  LINESIZE 160

  PRINTER  IMPACT

//

Parent Topic

CTMRPFL – Produce a Job Plan and Job Flow Report