Understanding how an internetwork dependency is shown
About this task
This section describes a sample scenario about internetwork
dependencies and how to link the job representing the internetwork
dependency to the job stream where the dependency is defined. Assume
that: 
 - You defined a job stream named ELISCHEDrunning on workstationTWS206containing a job namedELIwith an internetwork dependency from a job streamTWS207#FINAL.MAKEPLANrunning in a different HCL Workload Automation network.
- XA_MASTis the network agent defined in the local network to manage internetwork dependencies from jobs and job streams defined in that remote network.
                                        (Est) (Est)
CPU    Schedule SchedTime Job State Pr Start Elapse RetCode Deps
TWS206#ELISCHE 0600 03/31 **** HOLD 10 (03/31)                  
                          ELI  HOLD 10                      XA-MAST::"TWS207#MYJS.JOB1"
(03/31) represents the at time
restriction set in TWS206#ELISCHE. Starting from (03/31) the
status of TWS207#MYJS.JOB1 is checked in the remote
network to see if the internetwork dependency XA-MAST::"TWS207#MYJS.JOB1" is
satisfied.If you run the command:  
 %sj XA-MAST#EXTERNAL;info
XA-MAST: CPU      Schedule SchedTime  Job      JobFile                Opt  Job
 Prompt
XA-MAST #EXTERNAL
                             E8802332 TWS207#MYJS.JOB1
TWS207#MYJS.JOB1 in the internetwork dependency
represented by job E8802332 in the EXTERNAL job
stream, by running the following command: %sj @#EXTERNAL.E8802332;deps
                                            (Est) (Est)
 CPU    Schedule SchedTime Job State Pr Start Elapse RetCode Deps
XA-MAST#EXTERNAL.E8802332 Dependencies are:
 TWS206#ELISCHE 0600 03/31 **** HOLD 10 (03/31)                    
                           ELI  HOLD 10                      XA-MAST::"TWS207#MYJS.JOB1"
TWS206#ELISCHE matches its time dependency, (03/31),
or is released.If there is another job defined within another
job stream in the local network that has a dependency on TWS2007#MYJS.JOB1 and
the local job stream is planned to start on the same day, 03/31/06,
then also the dependency of this other job on TWS2007#MYJS.JOB1 will
be listed in the job E8802332 within the XA-MAST#EXTERNAL job
stream.