Defining an internetwork dependency
About this task
The syntax used to specify an internetwork dependency within a job stream definition is the following:  		 
 follows  Network_agent_name::remote_workstation#jobstreamname(time [date]).jobname(time [date]) are specific to the time zone used on the workstation of the remote network the network agent is connected to; in our sample the time zone of MasterA. If (time [date]) is not specified in this syntax or if there is more than one job stream with the same (time [date]), the first job stream found is taken into account. Assuming that:  
- schedAis a job stream defined in the- MasterAdatabase.
- jobAis a job defined in the- MasterAdatabase.
- schedBis a job stream defined in the- MasterBdatabase.
- jobBis a job defined in the- MasterBdatabase.
- To define an internetwork dependency of schedBfrom the job stream instanceschedA(1100)
- Use the following statement: schedule schedB on everyday follows NetAgt::MasterA#schedA(1100) : end
- To define an internetwork dependency of jobBfromjobAcontained in the job stream instanceschedA(1100)
- Use the following statement: schedule schedB on everyday : jobB follows NetAgt::MasterA#schedA(1100).jobA end