On Wed, 13 Jun 2007 14:26:39 -0500, McKown, John wrote: > >/* REXX */ >parse arg incmd >address tso incmd > >Anything you can do in "batch TSO" can be run this way. But you need to >watch out that the UNIX shell doesn't do anything funny with your >command. You can usually avoid this by enclose the command in "double >ticks" > I have something similar. It uses "parse pull" in a loop, which avoids the shell lexical transformations. And since the TSO address space continues running in background, I can issue sequences of commands, such as several ALLOCATEs and a CALL.
-- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

