Parameter Description for INCLUDE

DSName=jxxx...x|jxxx...x(jxxxxxxxx)
Specifies a 1– to 44–character data set name with optional 1– to 8–character member name, enclosed in parentheses, where JES2 initialization statements to be processed reside.

Modification: T INCLUDE operator statement.

MEMBer=xxxxxxxx
Includes another member from the data set that JES2 is using. If JES2 is using the logical PARMLIB data set, this includes another member of that data set. If we are in console mode because of a PARM=CONSOLE statement, this is an error. If JES2 is in console mode, because of the inclusion of a CONSOLE statement or an error in an initialization statement, then the data set that contained the CONSOLE or bad statement is used.

Modification: T INCLUDE operator statement.

PARMlib_member=xxxxxxxx
Includes a member from the logical PARMLIB data set.
UNIT=hhhh|/hhhh|nnnn|cccccccc
If the JES2 initialization data set to be included is not cataloged, then the unit information for the device containing the data set must be specified in one of the following ways:
hhhh | /hhhh
specifies a 3– or 4–digit hexadecimal device number. Device numbers can be specified by any of the following formats:
  • UNIT=hhh
  • UNIT=/hhh
  • UNIT=/hhhh
where hhh and hhhh represent the device numbers. A slash (/) must precede a 4 digit device number.
nnnn
Specifies a device name.
cccccccc
Specifies a 1– to 8–character group name assigned to the device or group of devices that contain the non-cataloged initialization data set to be included.

Modification: T INCLUDE operator statement.

VOLser=xxxxxx
If the JES2 initialization data set to be included is not cataloged, then this specifies a 1– to 6–character volume serial number on which the data set to be includes resided.

Modification: T INCLUDE operator statement.