IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

run job from different LPAR


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nishantsaini

New User


Joined: 05 Apr 2005
Posts: 1

PostPosted: Tue Apr 26, 2005 7:08 pm
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
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue Apr 26, 2005 7:30 pm
Reply with quote

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

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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts Is there a way to determine Clist usa... CLIST & REXX 10
No new posts Extracting a list of ALL DSN's on an ... IBM Tools 14
No new posts How to add a NEW LPAR to JES2 MAS All Other Mainframe Topics 2
No new posts Route a product's job to specific lpar All Other Mainframe Topics 9
Search our Forums:

Back to Top