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

Problem with /*ROUTE XEQ


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

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Wed May 19, 2010 4:04 pm
Reply with quote

Hi,

I am trying to send a job from one LPAR A1 and make it execute it at LPAR A2.

I tried the below JCL,

Code:
//USERIDA  JOB ...
/*ROUTE XEQ   NODENAME    <--- This was node name of LPAR A2 as well as another LPAR A3.


But the job actually executes on LPAR A3, instead of A2.
One more peculiar thing is, If all the initiators are held up in LPAR A3, then the job runs on A2. icon_eek.gif

Could u please let me know what parameter can be used to make it run on the correct LPAR.

When I went to LPAR A2 and issued a MAS command on SDSF it showed,

Code:
  Display  Filter  View  Print  Options  Help                                 
-------------------------------------------------------------------------------
SDSF MAS DISPLAY A2 NODENAME   42% SPOOL             LINE 1-2 (2)           
PREFIX=*  DEST=(ALL)  OWNER=*  SYSNAME=                                       
NP   NAME Status       SID PrevCkpt     Hold  ActHold Dormancy    ActDorm SyncT
     A2   ACTIVE         1     0.59       50       50 (100,500)       501     3
     A3   ACTIVE         2     0.07       50       50 (100,500)       501     3


Tried the JOBPARM S=A2 parameter but did not work out.

Thanks,
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed May 19, 2010 4:34 pm
Reply with quote

This is a question only your site support group can answer. Specifics on how jobs runs on different LPARs will be part of the site set up and therefore nobody on this forum has much chance of giving you an answer to your question.
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Wed May 19, 2010 4:37 pm
Reply with quote

Thanks Robert,

icon_axe.gif SSG here I come..
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed May 19, 2010 4:50 pm
Reply with quote

Did you try using a SYSAFF statement instead. Just a thought.
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Wed May 19, 2010 5:15 pm
Reply with quote

Code:
/*JOBPARM SYSAFF=A2
Worked icon_biggrin.gif

Thank Expat.
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 Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
No new posts Need to add field to copybook, proble... COBOL Programming 14
Search our Forums:

Back to Top