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

/*ROUTE in CLIST


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
lvbntapasvi

New User


Joined: 20 Jul 2006
Posts: 30

PostPosted: Thu Aug 27, 2015 9:33 pm
Reply with quote

I am trying to submit a job through CLIST in one LPAR named A. But the job has to run in another LPAR named B. For this I have made use of

/*ROUTE XEQ B

and

/*JOBPARM SYSAFF=B as well

in the CLIST after the job statement. But somehow these statements are not being recognized and not at all displaying in the job in spool. As a result the job is running in LPAR A only. I have checked the CLIST manuals and several posts but not a sign of it.

Any help would be appreciated.
Back to top
View user's profile Send private message
lvbntapasvi

New User


Joined: 20 Jul 2006
Posts: 30

PostPosted: Thu Aug 27, 2015 10:09 pm
Reply with quote

Thanks , I just got the solution. Coded in the following way,

&STR(/*ROUTE XEQ B)

and the job is successfully transmitted to LPAR B.

Thanks again.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Same command as on commandline in REX... TSO/ISPF 6
No new posts clist to rexx converter CLIST & REXX 2
No new posts Is there a way to determine Clist usa... CLIST & REXX 10
No new posts REXX/CLIST tool for BCSR and EDSR CLIST & REXX 2
Search our Forums:

Back to Top