Previous Topic

Next Topic

Book Contents

Book Index

CTMJDS Job– Generating Job Dataset List

The CTMJDS job can be used to generate the Job Dataset list in the Statistics file. This list is required by the procedure that generates the Job Dataset Cross Reference report.

Note: The actual update to the Statistics file is done by a Control-M/Restart step that is inserted into the execution of each job being processed (see the SUBMIT parameter in the following table). Jobs defined as DUMMY in the job scheduling definition are not associated with any JCL members and therefore do not generate any job dataset information.

The utility parameters are submitted in blocks. If multiple blocks are specified, all mandatory parameters must be specified in each block. (The WDATE and ODATE parameters are always optional.)

The following parameters are supplied to the CTMJDS job:

Table 141 CTMJDS Parameters

Parameters

Description

JOB

Name of one single job, or asterisk for the whole table. Mandatory.

ODATE

Original scheduling date of the job, in 6–character date format according to the site standard. Optional.

SCHEDLIB

Name of the scheduling library. Mandatory.

SUBMIT

Control-M attempts to resolve the AutoEdit statements. If successful, the JCL member lines are also written to the file referenced by DD statement DASUBMIT, and the member is submitted by the utility for execution. In this case, MVS also checks the JCL. Mandatory.

TABLE

Table member name. Mandatory.

WDATE

Working date of the job, in 6–character date format according to the site standard. Optional.

Parent Topic

§Restart§CTMRJDS – produce job dataset cross-reference report