Previous Topic

Next Topic

Book Contents

Book Index

DO FORCEJOB: Post–Processing Parameter

Force one or more jobs under Control-M.

Figure 190 DO FORCEJOB Parameter Format

doforcejob_wuflow_ctm

Optional. Type FORCEJOB in the DO field and press Enter. The DO FORCEJOB subparameters are described in Table 180.

Table 180 DO FORCEJOB Subparameter Formats

Subparameter

Description

TABLE

Name of Control-M table.

JOB

Job name. If this field is blank, all jobs in the specified table are forced.

UFLOW

Whether to force a unique job flow for the jobs in a table.

Relevant only when the JOB name is left blank.

A unique flow is not affected by conditions that might already exist as relationships between jobs in the AJF. This is accomplished by automatically adding unique suffixes (up to 3 characters long) to the new condition names.

Valid values are:

  • Y – Flow will be unique.
  • N – Flow will not be unique. Default.

DATE

6-character scheduling date for the jobs. Valid values are:

  • date – Specific date (in either mmddyy, ddmmyy or yymmdd format, depending on the site standard).
  • ODAT – Inherit the original Control-M scheduling date of the job that issues the DO FORCEJOB command. Default.
  • DATE – Resolves to the current system date.

LIBRARY

Name of the scheduling library containing the specified table. The library name may contain auto-edit variables.

Parent Topic

Job Production Parameters