Routing output to devices at another node
- By defining both the target node and the specific destination
on that node. (‘N2.R5’ signifies remote 5 at node 2.)
Remember that if you define a destination node that is different from the node where the output was created, JES2 processing will interpret destinations (for both jobs and SYSOUT) at both the creation and destination nodes.
- By using a DESTID defined on that node.
‘BOST1.R2’ signifies a remote workstation ‘R2’ at node BOST1
Node 2 for the example in
Figure 1.An installation could change BOST1.R2's routing on the DEST= parameter to a different route code without affecting other nodes and user applications in the network.
To illustrate this process, see the initialization parameters defined in Figure 1.
WASH1 BOST1
NODE(1) NAME=WASH1 NODE(1) NAME=WASH1
NODE(2) NAME=BOST1 NODE(2) NAME=BOST1
DESTID(FIRST) DEST=BOST1.R1
DESTID(SECOND) DEST=BOST1.SECOND DESTID(SECOND) DEST=BOST1.R2
DESTID(THIRD) DEST=BOST1.THIRD DESTID(THIRD) DEST=DET1.THIRD
DET1
NODE(1) NAME=WASH1
NODE(2) NAME=BOST1
NODE(3) NAME=DET1
DESTID(SECOND) DEST=BOST1.R2
DESTID(THIRD) DEST=DET1.R1
Output at WASH1 routed to destination FIRST is sent to Remote 1 at BOST1. The destination is resolved at BOST1. Because a BOST1 remote number is defined in the initialization statement shown for WASH1, the destid FIRST need not be defined at BOST1.
Output at WASH1 routed to destination SECOND is sent to BOST1 and the output sent to remote 2. The destination SECOND must be defined on both nodes. WASH1 does not need to know which remote on BOST1 represents SECOND. If SECOND was not defined at BOST1, JES2 would send output to userid SECOND. If there were no such user on the system, the output would remain on the userid queue at BOST1 until an operator changed its destination or the data set was purged.
Output at WASH1 routed to destination THIRD is sent to BOST1, where it is rerouted to THIRD at DET1. Finally, DET1 receives the output and routes the job to remote workstation 1 at DET1. If no destid had been defined as DESTID(THIRD), JES2 would have routed the data to userid ‘THIRD’ at DET1.