On Tue, 10 Feb 2009 23:49:16 -0500, Robert A. Rosenberg wrote:
>
>The simplest method (as others have stated) is to have each job
>submit the next (with the last step being a COND=EVEN submission via
>INTRDR). You can also place it as the first step IF you have an
>IEFBR14 last step with a DD DSN=UNIQUE-DSN,DISP=OLD DD statement to
>hang-up the submitted job until the first ends. This IEFBR14 STEP is
>not needed IF the jobs are all the same class and only 1 INIT hands
>that class.
>
I'd use DISP=MOD for JES3 setup compatibility.  And to avoid the
DATA SET NOT FOUND JCL error.

Then COND=(0,LE) to avoid creating the data set (and for performance).

-- 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

Reply via email to