Previous Topic

Next Topic

Book Contents

Book Index

CTJMRFLW Parameters

The following parameters are used for the CTJMRFLW procedure:

Table JV5 CTJMRFLW PROCEDURE parameters

Parameter

Description

ML

The minimum level of message severity to be issued. Valid values are:

  • I - Information - all messages are issued.
  • W - Warning messages and errors are issued.
  • E - only Error messages are issued
  • D - as Defined by the MSGLEVEL parameter in the CTJPARM member. Default

FA

Whether to verify file access privileges. Valid values are:

  • Y - Yes
  • N - No
  • D - as Defined by the DSNACCSS parameter in the CTJPARM member. Default

FV

Whether to perform dataset verification. Valid values are:

  • Y - Yes
  • N - No
  • S - exclude SPACE check
  • U - perform file validation, without issuing any relevant messages, recommended for use with the Utility validation (UT=Y)
  • D - as Defined by the DSNEXIST parameter in the CTJPARM member. Default

ME

Whether to verify that the load modules exist. Valid values are:

  • Y - Yes
  • N - No
  • D - as Defined by the PGMCHECK parameter in the CTJPARM member. Default

STDR

Whether to use the Control-M JCL Verify rules to verify site standards. Valid values:

  • Y - Yes
  • N - No
  • D - as Defined by the STDR parameter in the CTJPARM member. Default

ENV

Whether to use the rules that are defined for the specified environment, in addition to the GENERAL rules, for the site standard verifications. If the keyword GENERAL is specified, only the GENERAL rules are used for the site standard verifications.

ODATE

Original scheduling date of the job, in yymmdd format. Mandatory.

UT

Whether to verify the syntax of the IBM utilities (for details, see JCL and syntax verification in the Control-M/JCL Verify User Guide) and the DB2 related validation.

Valid values are:

  • Y - Yes
  • N - No
  • D - as Defined by the SUPUTIL parameter in the CTJPARM member. Default

Note:

  • If the existence and the attributes of the datasets used in the IBM utilities must be verified, set FV=Y or FV=U, as described above in this table for the FV parameter.
  • DB2 validation requires additional steps. See the "Enabling DB2 Support" section in the INCONTROL for z/OS Installation Guide: Installing.

EMUSRDLY

EM system name list member.

AJFSZ

Active Jobs file size.

CHARSET

CHARSET=GS10 for standard English character set.

CHARST2

CHARST2=FM10 for character set that contains box elements.

OUT

General SYSOUT class.

The following keywords are used in the SYSIN (or JOBLIST.DAJOB) statements to perform various verification tasks. The table indicates which keywords are used for each task. For more details, refer to CTMJOB – Order Jobs to the Active Jobs File.

Table JV6 CTJMRFLW JOBLIST.DAJOB statement keywords

Use these keywords:

Description

ORDER

Defines a new statement. It is used only for simulation.

DSN

Schedule library name where the JCL jobs to be verified are located. Mandatory.

MEMBER

Member name where the Control-M Schedule table containing the JCL jobs to be verified is located. Character masking (* & %) is supported so that "MEMBER=*" indicates that all the jobs in the library are to be verified.

JOB

Name of the job scheduling definition to be verified. Character masking (* & %) is supported so that "JOB=*" indicates that all the jobs in the table are to be verified. Optional.

Parent Topic

CTJMRFLW - JCL Job Flow Verification