Subparameter definition for JES3 systems

ANYLOCAL
Indicates any local device that is attached to the global processor.
device-name
Identifies a local device by a symbolic name defined by the installation during JES3 initialization. device-name is 1 through 8 alphanumeric or national ($, #, @) characters.
device-number
Identifies a specific device by a 3-digit or 4-digit hexadecimal number. Precede a 4-digit number with a slash (/). A 3-digit number can be specified with or without a slash.
group-name
Identifies a group of local devices, an individual remote station, or a group of remote stations by a symbolic name defined by the installation during JES3 initialization. group-name is 1 through 8 alphanumeric or national ($, #, @) characters.
nodename
Identifies a node by a symbolic name defined by the installation during JES3 initialization. nodename is 1 through 8 alphanumeric or national ($, #, @) characters. If the nodename you specify is the same as the node you are working on, JES3 treats the output as though you specified ANYLOCAL.
(nodename,userid)
Identifies a nodename and a TSO/E or VM userid at that nodename. The nodename is a symbolic name defined by the installation during initialization; node is 1 through 8 alphanumeric or national ($, #, @) characters. The userid must be defined at the nodename; userid for TSO/E is 1 through 7 alphanumeric or national ($, #, @) characters and for VM is 1 through 8 alphanumeric or national ($, #, @) characters.

A userid requires a nodename; therefore, code DEST=(nodename,userid). You cannot code a userid without a node.

DEST=(nodename) is valid with a writer-name subparameter in the SYSOUT parameter: however, DEST=(nodename,userid) is not valid. Therefore, you can code SYSOUT=(A,writer-name),DEST=(nodename).

(nodename,devicename)
Identifies a node by a symbolic name defined by the installation during JES3 initialization. nodename and devicename are each 1 through 8 alphanumeric or national ($, #, @) characters. devicename identifies a device by a symbolic name defined to that node by the installation during JES3 initialization. devicename is 1 through 8 alphanumeric or national ($, #, @) characters.

Use this form of the DEST parameter to override the ORG parameter.