Parameter Description for JECLDEF,JES3=

JES3=
Specifies how JES3 JECL statements are to be processed when INPUTDEF JEC3JECL=PROCESS. Keywords exist for each JECL card type. Each keyword has one of two sets of options depending upon whether the keyword can be processed by the current version of JES2 or not. Those that cannot be processed by the current level of JES2, do not have the PROCESS option. Each keyword has the following valid options:
PROCESS
The specific JES3 JECL statement is processed (translated or directly processed).
This is the default.
WARN
The specific JES3 JECL statement is processed but a warning message is issued indicating that the installation intends to discontinue use of this statement in the future and that it should no longer be used.
FAIL
An error message is generated for the specific JES3 JECL statement. The job does not execute.
IGNORE
The specific JES3 JECL statement is ignored.

This parameter has MAS member scope and applies to all input sources.

Start of changeModification: $T JECLDEF command.End of change