Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
run job from different LPAR

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
nishantsaini

New User


Joined: 05 Apr 2005
Posts: 1

PostPosted: Tue Apr 26, 2005 7:08 pm    Post subject: run job from different LPAR
Reply with quote

How to run job from one LPAR to another LPAR i.e. want to submit the job from LPAR-1 which will submit another job at LPAR-2.
Back to top
View user's profile Send private message
References
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3304
Location: Charlotte,NC USA

PostPosted: Tue Apr 26, 2005 7:30 pm    Post subject: Re: run job from different LPAR
Reply with quote

Look at the /*ROUTE XEQ statement, as described here:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B650/27.9?DT=20040712170508

For example:
Code:

//JOBB   JOB   ...
/*ROUTE  XEQ   DENVER
//STEP1  EXEC  ...


This statement sends the job to the node named DENVER for execution.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1