Subparameter definition for JES2 systems

LOCAL|ANYLOCAL
Indicates any local device.
'IP:ipaddr' | 'nodename.IP:ipaddr'
Identifies a TCP/IP routing designation, where ipaddr can be any printable character string of from 1 to 124 characters. The entire parameter list is limited to 127 characters, and it must be enclosed in single quotation marks.
name
Identifies a destination by a symbolic name (for example, a local device, remote device, or a userid) which is defined by the installation during JES2 initialization. The name can be, for example, a local device, remote device, or a userid. The name is 1 through 8 alphanumeric or national ($, #, @) characters.
Nnnnnn
Identifies a node. nnnnn is 1 through 5 decimal numbers from 1 through 32,767. For example, N103.
NnRmmmmm
NnnRmmmm
NnnnRmmm
NnnnnRmm
NnnnnnRm
Identifies a node and a remote work station connected to the node. The node number, indicated in the format by n, is 1 through 5 decimal numbers from 1 through 32,767. The remote work station number, indicated in the format by m, is 1 through 5 decimal numbers from 1 through 32,767. Do not code leading zeros in n or m. The maximum number of digits for n and m combined cannot exceed six.
Note: R0 is equivalent to LOCAL specified at node Nn.
nodename.userid
Identifies a destination node and a VM or a TSO/E userid, a remote workstation, or a symbolic name defined at the destination node. The nodename is a symbolic name defined at the node of execution. nodename is 1 through 8 alphanumeric or national ($, #, @) characters. userid is 1 through 8 alphanumeric or national ($, #, @) characters, and must be defined at the specified node.
Rnnnnn
RMnnnnn
RMTnnnnn
Identifies a remote workstation. nnnnn is 1 through 5 decimal numbers from 1 through 32,767. Note that with remote pooling, the installation may translate this route code to another route code.

If you send a job to execute at a remote node and the job has a ROUTE PRINT RMTnnnn statement, JES returns the output to RMTnnnn at the node of origin. For JES2 to print the output at RMTnnnn at the executing node, code DEST=NnnnRmmm on an OUTPUT JCL statement or sysout DD statement.

Note: R0 is equivalent to LOCAL.
Unnnnn
Identifies a local terminal with special routing. nnnnn is 1 through 5 decimal numbers from 1 through 32,767.

If you send a job to execute and the job has a ROUTE PRINT Unnnn statement, JES returns the output to Unnnn at the node of origin.

userid
Identifies a userid at the local node. Userid for TSO/E is 1 through 7 alphanumeric or national ($, #, @) characters. The userid can also be a destination name defined in a JES2 DESTID initialization statement.
Note: JES2 initialization statements determine whether or not the node name is required when coding a userid. See your system programmer for information about how routings will be interpreted by JES2.