View previous topic :: View next topic |
Author |
Message |
nbdtrjk1 Beginner
Joined: 12 Apr 2007 Posts: 76 Topics: 41
|
Posted: Thu Sep 18, 2008 6:07 am Post subject: Submit the jobs from single lpar |
|
|
I have a requirement to submit 4 jcls in 4 different Lpars. Is it possible to submit one job in 1 Lpar which will trigger the job in the next Lpar . We need not NDM/FTP the output from one lpar to another but I just want to reduce the time logging into all 4 Lpars and submit 4 jobs stay in different Lpars. I am not supposed to use CA7 or any other scheduler.
Can anyone help me on the above? |
|
Back to top |
|
|
CraigG Intermediate
Joined: 02 May 2007 Posts: 202 Topics: 0 Location: Viginia, USA
|
Posted: Thu Sep 18, 2008 7:24 am Post subject: Re: Submit the jobs from single lpar |
|
|
nbdtrjk1 wrote: | I have a requirement to submit 4 jcls in 4 different Lpars. Is it possible to submit one job in 1 Lpar which will trigger the job in the next Lpar . We need not NDM/FTP the output from one lpar to another but I just want to reduce the time logging into all 4 Lpars and submit 4 jobs stay in different Lpars. I am not supposed to use CA7 or any other scheduler.
Can anyone help me on the above? |
It would depend on your system's setup, for me I use
Code: | /*XEQ ?????
/*ROUTE PRINT ?????
|
to direct the execution of the job and route the output. |
|
Back to top |
|
|
|
|