Previous Topic

Next Topic

Book Contents

Book Index

CTJPLAN Parameters

The utility receives the following parameters from the JCL procedure:

Table JV8 CTJPLAN PROCEDURE parameters

Parameter

Description

ODATE

Original scheduling date of the job, in yymmdd format.

JES

Whether to verify that the JES2 or JES3 statements are correct. Valid values are:

  • Y - Yes
  • N - No
  • D - as Defined by the JESTTMNT 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

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

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.

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

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

CTM

Whether to resolve Control-M AutoEdit variables in the job. Valid values are:

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

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.

The utility also receives parameters as SYSIN statements:

Parent Topic

CTJPLAN - Scheduled JCL Job Verification