Previous Topic

Next Topic

Book Contents

Book Index

Example JCLs for Text Format

The following JCL produces a Job Flow report in text format:

//CTMRFLW  EXEC CTMRFLW

//DAJOB    DD   DISP=SHR,DSN=SCHEDLIB(Table1)

//         DD   DISP=SHR,DSN=SCHEDLIB(Table2)

//         DD   DISP=SHR,DSN=SCHEDLIB(Table3)

//         DD   DISP=SHR,DSN=SCHEDLIB(Table4)

                  .

                  .

                  .

                  .

                  .

//SYSIN    DD   *

  TABLE UNITED

The following sample JCLs produce a Job Flow report in chart (as well as text) format:

Parent Topic

CTMRFLW – Produce a Table Job Flow Report