Previous Topic

Next Topic

Book Contents

Book Index

CTJENR Procedure Parameters

The utility receives the following parameters from the JCL procedure:

Table JV1 CTJENR PROCEDURE parameters

Parameter

Description

ENF

Whether to invoke the enforcement rules. Valid values are:

  • Y - Yes
  • N - No. Default

REF

Whether to invoke the reformatting rules. Valid values are:

  • Y - Yes
  • N - No. Default

SAV

Whether to save the changed JCL statements. Valid values are:

  • Y - Yes
  • N - No. Default

OVR

Whether to override the existing member. Valid values are:

  • Y - Yes
  • N - No. Default

CTM

Whether to consider Control-M AutoEdit variables. Valid values are:

  • Y - Yes. Default
  • N - No

NODE

Name of the remote verification node. The default is LOCAL.

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.

NODE=<IOAGATE node>

Identifies the target SYSPLEX by providing the NODE of the IOAGATE which runs in that target SYSPLEX. This IOAGATE must be connected to the IOAGATE in the LOCAL SYSPLEX. When the target SYSPLEX is the local SYSPLEX, then this parameter should be omitted.   

The value LOCAL is also supported to mean the local SYSPLEX.

The verification request will be forwarded to the CTJMON associated with the IOAGATE/CTJAS with the given NODE. The request may be forwarded to another CTJMON depending on the SYSTEM and IOA ENV parameters.

Specifying only the NODE in another SYSPLEX means that the request will be performed by the CTJMON which is associated with the IOAGATE with the given NODE.

An asterisk (*) is not a valid value

If any of the PROCEDURE parameters are omitted, the default values are used.

When running both REF=Y and ENF=Y together, enforcement is executed first, followed by reformatting.

Parent Topic

CTJENR - JCL Job Reformatting and Enforcement