Parameter Description for OFF(n).JR

CReator=cccccccc
Specifies the 1- to 8-character userid whose job(s) are to be loaded from the offload data set. Wildcard specifications are allowed on this parameter. If you allow this parameter to default, JES2 can load jobs for all userids.

Modification: $T OFF(n).JR operator command.

Class=classlist|(class,class)
Specifies the classes which are associated with the initiator. Classes associated with the initiator but ineligible to select work are not displayed in the list (but are matched on a filter).
The classlist variable specifies a list of single character job classes A-Z and 0-9: for example, 'ABCDEF'. A maximum of 36 classes can be specified.
The class variable specifies a comma-separated list of job classes or job class groups (each 1-8 characters in length). A maximum of eight items can be specified in the list: for example, (CLASS1,CLASS2,CLASS3).
Wildcards can also be specified: see Subscript ranges for details.

Modification: $T I[nnnn] operator command.

Hold=Yes|No
Specifies whether jobs in HOLD status can be loaded. If you allow this parameter to default and HOLD is not in the work selection list, JES2 can select all jobs, whether held or not, for loading. If you allow this parameter to default and HOLD is in the work selection list, no jobs can be loaded.
Yes
Indicates that only jobs that are in HOLD status can be loaded.
No
Indicates that only jobs that are not in HOLD status can be loaded.

Modification: $T OFF(n).JR operator command.

JOBname=jccccccc
Specifies the 1- to 8-character job name of the job(s) to be loaded from the offload data set. Wildcard specifications are allowed on this parameter. If you allow this parameter to default, JES2 can select all jobs regardless of jobname, for loading.

Modification: $T OFF(n).JR operator command.

MOD=
Specifies those characteristics of the pre-execution jobs that are to be automatically modified when these jobs are loaded from the offload data set. Use commas to separate individual modification characteristics and enclose the list in parenthesis if more than one is specified.
CLass=c1[...cn]
Specifies the execution class for all pre-execution jobs loaded by this device.

If you do not select a class, CLass will not be modified.

Hold=Yes|No
Specifies whether jobs are held for conversion after reloading.

If you do not specify this parameter, Hold will not be modified.

Routecde=rtcode
Specifies the destination from which jobs loaded by this device are run.
ANYLOCAL | LOCAL
Indicates that the jobs are to be run at the local node.
destid
Specifies the name of a node, or an alias for the name of a node, where the jobs are to be run.
Note: If destid is used, it must be previously defined on a DESTID statement in the initialization stream.
Nnnnn | nodename
Indicates that the jobs are to be run at the specified node. The node can be specified using the binary node identifier (nnnn), or the EBCDIC nodename.

Default: null (Routecde will not be modified)

Modification: Operator command.

SYSaff=sidn
Specifies the member affinity (sysid) for all pre-execution jobs loaded by this device.

If you do not select a value, member affinity will not be modified.

NOTify=Yes|No
Specifies whether a notification message is sent to the TSO/E userid specified on either the JOB statement or the /*NOTIFY control statement.
Yes
Indicates that a notification message is sent when a pre-execution job is loaded from the offload data set.
No
Indicates that a notification message is not sent when a pre-execution job is loaded from the offload data set.

Modification: $T OFF(n).JR operator command.

RANGE=Jnnnnn[-nnnnn]|J1-2147483647
Specifies the job ID range of those jobs that can be loaded from the offload data set. If you code this parameter, you can specify one or two values:
  • If you specify one value, that value becomes both the low and the high end of the range.
  • If you specify two values, the first value is the low end of the range and the second value the high end. The two values can be equal. If they are not equal, the second value must be larger than the first value.

Modification: $T OFF(n).JR operator command.

Routecde=rtcode
Specifies the execution node selection criteria for jobs to be loaded. Use commas to separate individual route codes and enclose the list in parenthesis if more than one route code is specified. Valid values for rtcode are:
ANYLOCAL | LOCAL
Indicates that only jobs routed to the local node for execution can be selected.
destid
Indicates that only jobs routed to the specified destid for execution can be selected. The destid can be the name of a node, or an alias for the name of a node.
Nnnnn | nodename
Indicates that only jobs routed to the specified node for execution can be selected. The node can be specified using the binary node identifier (nnnn) or the EBCDIC nodename.

Modification: $T OFF(n).JR operator command.

SCHenv=schenv
Specifies the 1 to 16 byte scheduling environment. Only those jobs with this SCHenv will be selected.

Modification: $T OFF(n).JR operator command.

SRVclass=srvclass
Specifies the 1 to 8 byte service class name. Only those jobs with this service class will be selected.

Modification: $T OFF(n).JR operator command.

START=Yes|No
Specifies the initial status of this receiver when its corresponding offload device is started for a receive operation, that is, when a $S OFFLOAD(n),TYPE=RECEIVE command is issued.
Yes
Indicates that this receiver is started when a corresponding $S OFFLOAD(n) command is issued.
No
Indicates that this receiver is not started when a corresponding $S OFFLOAD(n) command is issued. This receiver can later be started individually by issuing the $S OFF(n).JR command and stopped as required by issuing the $P OFF(n).JR command.

Modification: $S OFF(n).JR operator command or $P OFF(n).JR operator command.

SYSaff=sid1[,...sid32]|ANY
Specifies the member affinity for jobs that are selected for loading. Use commas to separate individual members and enclose the list in parenthesis if more than one member ID is specified.
sidn
Indicates the specific member ID. As many as 32 IDs can be indicated.
ANY
Indicates that the offload receiver can reload a job with any member affinity.

Modification: $T OFF(n).JR operator command.

WS=(CLass/)
Specifies the job selection criteria for this device. If a criterion is specified in the work selection list, job selection is based on the corresponding parameter specification on this initialization statement. If the job selection criterion is not listed here, the criterion is not considered during work selection.
Note:
  1. A slash is required in this work selection list; all specifications are required to match and must be listed before a slash. Any criteria listed after the slash will be rejected by JES2.
  2. As with other work selection lists, priority for a criterion which specifies multiple values (as do Class and Routecde) is in left to right priority order.
CLass
Specifies that a match must be found for one of the job classes currently set for this device. If several classes are specified, the order of the class list is in left to right priority order.
CReator
Specifies that the current creator must match the creator specified for this device.
Hold
Specifies that the current hold specification is considered as a selection criterion.
JOBname
Specifies that the current job name must match the job name specified for this device.
RANGE
Specifies that the current job number must be within the range specified for this device.
Routecde
Specifies that one of the current route codes must match. If several route codes are specified, the order of the list is in right to left priority order.
SYSaff
Specifies that the job's member affinity must match one of the member affinities currently set for this device.

If you do not specify a value, the default value is WS=(CLass/).

Note: Embedded comments are not allowed within the WS= parameter specification.

Modification: $T OFF(n).JR operator command.