$D INPUTDEF - Display options controlling JES2 input processing

Function

Displays options controlling JES2 input processor.

Syntax

Read syntax diagramSkip visual syntax diagram$D INPUTDEF,JES3JECL=IGNOREPROCESS,NULLJCL=IGNOREEOF

Parameters

JES3JECL=IGNORE|PROCESS
Specifies what JES2 input processing is to do when it encounters JES3 JECL statements. Valid options are:
IGNORE
JES3 JECL statements are not recognized and are ignored.
This is the default.
PROCESS
Whenever a JES3 JECL statement is encountered, attempt to process it either directly or by translating it into a JCL or a JES2 JECL statement. When JES3 JECL processing is enabled (JES3JECL=PROCESS) then further control over what processing is done for each JES3 JECL statement type is provided by the JECLDEF statement.
NULLJCL=IGNORE|EOF
Specifies what JES2 input processing is to do when it encounters a null JCL card (// with no operands) while processing JCL cards. This operand has no effect on a // card used as the delimiter for instream data sets. Valid options are:
IGNORE
Does not process this as anything special and continues reading the current job.
This is normal JES2 behavior.
This is the default.
EOF
A null JCL card is treated as an end of file and the end of the JCL stream for the current job is recognized. However, this only applies if JES2 input processing is reading and processing JCL cards. If JES2 is in a "skipping for end of file" state, JES2 does not recognize any JCL or JECL cards and will continue to ignore this card.
This parameter has MAS member scope and applies to all input sources.

Authority Required

This command requires display authority. The description of the $T RDRnn command explains how to ensure that the authority of the appropriate MVS™ system command group is assigned.

This command requires read security access authority. For a description of assigning command input authority, see z/OS JES2 Initialization and Tuning Guide.

Scope

Single MAS member.

Messages

The $HASP731 message displays the current values of all the parameters.

Example

 1   $dinputdef

$HASP731 INPUTDEF       JES3JECL=IGNORE,NULLJCL=IGNORE