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

Route command in REXX


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

New User


Joined: 08 Apr 2006
Posts: 14
Location: In front of my PC

PostPosted: Mon Apr 09, 2007 3:23 pm
Reply with quote

Hi,

We have two LPARS PRA1 and PRG1.
These LPAR names can be found by MVSVAR function.

I want to make the rexx to execute in PRG1 by submitting the rexx in PRA1.

Is there any route command in REXX ?

Warning: ????? removed from title
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Mon Apr 09, 2007 7:39 pm
Reply with quote

vimalonline wrote:
Is there any route command in REXX ?


No, but there is a ROUTE command in the JCL that you can use to run your exec on the other LPAR.

If you're asking if you can run a TSO command on another TSO session, the answer is no.

If this exec is running in an Auto-Operator environment, then yes, you shoule be able to execute any exec on any other connected node.
Back to top
View user's profile Send private message
vimalonline
Warnings : 1

New User


Joined: 08 Apr 2006
Posts: 14
Location: In front of my PC

PostPosted: Mon Apr 09, 2007 7:43 pm
Reply with quote

superk wrote:
vimalonline wrote:
Is there any route command in REXX ?


No, but there is a ROUTE command in the JCL that you can use to run your exec on the other LPAR.

If you're asking if you can run a TSO command on another TSO session, the answer is no.

If this exec is running in an Auto-Operator environment, then yes, you shoule be able to execute any exec on any other connected node.


Can you temme what is auto-operator environment..
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Mon Apr 09, 2007 7:51 pm
Reply with quote

vimalonline wrote:
Can you temme what is auto-operator environment..


Any of the software tools that run virtual operators and function as a virtual master console:

CA Unicenter OPS/MVS
BMC Mainview AutoOPERATOR
IBM Netview
IBM Tivoli System Automation (SA)
ASG Zack
Back to top
View user's profile Send private message
cigarman

New User


Joined: 19 May 2007
Posts: 25
Location: Chicago

PostPosted: Sat Jul 07, 2007 5:24 am
Reply with quote

Couple of ways. JCL jobcard is best.
Netview gives us 'RMTCMD LU=NVLPAR' NVCMD
where NVCMD can be a submit
You can use FTP to send JCL to your target MVS spool.
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 Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top