On 4/30/2013 8:45 AM, Paul Gilmartin wrote:
On Tue, 30 Apr 2013 14:27:28 +0200, Hunkeler Peter (TLSG 4) wrote:To run a REXX from any sequential data set, code: EX 'your.rexx.ps.data.set' And to be complete, to run a REXX from any member in any PDS (not necessarily allocated to //SYSEXEC or //SYSPROC), code: EX 'your.rexx.pds.data.set(member)'Well, not entirely complete. Neither of these techniques suffices to run a REXX residing in a z/OS UNIX file. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
Use BPXBIATCH to run USS Rexx execs in batch. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
