Previous Topic

Next Topic

Book Contents

Book Index

EXEC Statement Parameters (CTMRFLW)

The DAJOB DD statement, or any other DD statement that is referred to by the JOBSDD input parameter, defines the input to the CTMRFLW utility. The following parameters can be included in the EXEC statement:

//CTMRFLW EXEC CTMRFLW[,SOURCE=CKP]
// [,PARM='[LINECNT=linecount][,][SUCCESR=jobname|PREDESR=jobname]']

The following parameters can be included in the EXEC statement:

Table 137 CTMRFLW Parameters

Parameter

Description

SOURCE=CKP

The report is generated from the Active Jobs file instead of the job scheduling definitions.

LINECNT

Number of lines per report page. This parameter does not impact the chart format. Default: 60.

PREDESR

Name of the predecessor job. If specified, only successor jobs of this job is included in the report. This parameter cannot be specified if parameter SUCCESR is specified.

SUCCESR

Name of the successor job. If specified, only predecessor jobs of this job is included in the report. This parameter cannot be specified if parameter PREDESR is specified.

Parent Topic

CTMRFLW – Produce a Table Job Flow Report