I agree with Steve's approach...since you want the job to be on a
certain system, le the check be in the job. This keeps the proc
concentrated on the work it needs and less cluttered.
Thank you and best regards,
Billy Ashton
------ Original Message ------
From "Steve Smith" <sasd...@gmail.com>
To IBM-MAIN@listserv.ua.edu
Date 2/8/2023 9:17:22 AM
Subject Re: JCL Procedure help
You can probably just invoke the original program in your REXX (ADDRESS
LINKMVS, etc.) when it's on the correct system. Then your proc is still
one step.
sas
On Wed, Feb 8, 2023 at 8:56 AM Willy Jensen <willy.h.jen...@outlook.com>
wrote:
Since you are running a REXX anyway, that REXX could copy DDname SYSIN to
a temporary dataset, which is then used for SYSIN in the 2nd step, A simple
REPRO INFILE(SYSIN) OUTFILE(TEMP) should do it.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN