View previous topic :: View next topic |
Author |
Message |
prabhutp Beginner
Joined: 02 Feb 2005 Posts: 20 Topics: 11
|
Posted: Fri Apr 11, 2008 8:48 am Post subject: Run a Unix shell script from a REXX program in Mainframes |
|
|
How do you run a Unix shell script from a REXX program in Mainframes? _________________ tp |
|
Back to top |
|
 |
superk Advanced

Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Fri Apr 11, 2008 9:33 am Post subject: |
|
|
For an exec running in a TSO address space, I usually do a call to AOPBATCH the same way I do in a batch job:
"CALL *(AOPBATCH) unix-command" |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
|
Back to top |
|
 |
|
|