On Thu, 21 Jul 2016 09:00:52 -0700, Lizette Koehler wrote:

>I would think putting your commands in a DATASET, then using REXX to execute
>them one at a time and check the return code would work.
> 
With Rexx I'd use SIGNAL ON NOVALUE and wrap the few commands for
which RC<>0 with call to a subroutine that locally disables the trap.

I have several jobs with a two-statement SYSTSIN that REPROs another
SYSIN to a temporary PDS then EXECs that member.

Theres a hack that can be used to run a Rexx EXEC directly from SYSIN.
It's documented only indirectly and probably unsupported.  I don't
use it.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to