On 15 Dec 2005 06:43:00 -0800, [EMAIL PROTECTED] (Dean Montevago) wrote: >> I'm looking at the JCL manual and I'm not clear as to what's written >> on this topic. If I have the following: >> >> //STEP1 EXEC PROC1 >> //* >> //STEP2 EXEC PROC2 >> >> Proc 2 contains multiple steps with COND='s on the EXEC steps. If I >> add a COND=(0,NE) to the statement that calls PROC2 will this override >> the COND='s on the individual steps in PROC2 ? Basically what I want >> to do is flush the job if the first proc doesn't complete with a >> condition code of zero.
Lots of us learned JCL before the coming of the IF statement. But the IF statement is much easier. ---------------------------------------------------------------------- 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

