Hi,
I have a JCL with 26 steps. I am getting an RC of 08 from most of the STEPS. Which is from a Querrying tool.
My problem is that RC 08 indicates partial report recieved which is fine for me.
Now i am forced to make it <=4 due to objections from production control.
Now i want to get a Maxx-cc <=4 from Job irrespective of its RCs from various steps.
I am not using IDCAMS, so SET MAXCC doesn't work and JOBRC doesn't work as my JES2 in not an updated version.
Please help with shortest and easiest REXX / CLIST that can solve my problem.