View previous topic :: View next topic |
Author |
Message |
Prasam Beginner

Joined: 20 May 2004 Posts: 26 Topics: 7 Location: Illinois,USA
|
Posted: Thu Mar 03, 2005 9:53 am Post subject: Execute REXX in different TSO regions |
|
|
Hi all,
I dont know whether iam expecting too much out of REXX.But i have one peculiar requirement.There are 15 test regions(all are different TSO regions).I need to execute a rexx routine daily in all regions.But instead of executing REXX routine seperately in all regions by giving TSO EXEC 'MYREXX.PDS(MYPROC)' where MYPROC is my REXX routine,can i execute that routine in all regions by exceuting in only one region.
That means i should avoid typing tso exec 15 times and i should execute
TSO EXEC 'MYREXX.PDS(MYPROC)' in one region and the REXX should get automatically executed on all 15 regions.
Please note that i will be already logged on to all test regions at the time of running REXX.
Can you experts provide me with any piece of code to achieve the above goal please?
Thanks,
Prasanth. _________________ The struggle alone pleases us, not the victory. -Pascal,Blaise- 1623-1662, French Scientist |
|
Back to top |
|
 |
Manas Biswal Intermediate

Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Thu Mar 03, 2005 5:24 pm Post subject: |
|
|
Why don't you add the rexx to your logon proc execs. That way you don't have to execute it manually even once.
Regards,
Manas |
|
Back to top |
|
 |
superk Advanced

Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Thu Mar 03, 2005 8:30 pm Post subject: |
|
|
Do all of these exec's HAVE to execute within your TSO sessions? Or, can they execute elsewhere on the same 15 systems? |
|
Back to top |
|
 |
Prasam Beginner

Joined: 20 May 2004 Posts: 26 Topics: 7 Location: Illinois,USA
|
Posted: Fri Mar 04, 2005 7:53 am Post subject: |
|
|
Superk,
All the EXEC's have to execute only with in my TSO sessions.Not any where.
Thanks,
Prasanth. _________________ The struggle alone pleases us, not the victory. -Pascal,Blaise- 1623-1662, French Scientist |
|
Back to top |
|
 |
|
|