Page 2 of 2

Re: Code condition whith ABEND and Cancel

PostPosted: Tue Jun 20, 2017 11:52 pm
by samb01
Hello Robert and thank you for your help. So my code would be :

IF ^(ABENDCC = U0550 & RC NE 1004)
 


because in my JCL there are lots of procedure wich might have an error 1004 followed by an ABEND U0550.

I hope the


RC NE 1004
 

include all the step of my JCL (step and proc : both)