Step1 exec PROC1
Step2 Exec PROC2
IF PROC1 returns rc code 8 need to execute PROC1 until return code =0;
If rc= 0 then need to execute
Step2 EXEC PROC2
Is it possible to write jcl for above condition?
BillyBoyo wrote:For goodness sake be very careful with that. If you get it wrong, a job which submits itself might get out-of-hand... check the CANCEL command, maybe, to see if it can kill all like-named jobs at once