On Tue, 18 May 2010 09:45:11 -0500, Hal Merritt wrote:

>Here's a variation that works for me:
>
>ADDRESS TSO  "BPXBATCH sh sleep 30"
>
And why would you prefer to:

o Issue a TSO command, which

o Executes a load module, which

o Forks an address space, which

o Execs a shell process, which

o Forks an executable, which

o Issues the sleep syscall

rather than 

    address SYSCALL 'sleep 30'

???

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to