Hi,
I have a scenerio where I have to compare the number of records in the different outputs of the same process. I have to submit the JCL 2 times & I have to compare the records of both the outputs. I am using REXX for this. Once I am submitting the JCL manually. And 2nd time I am trying to do it through REXX & in REXX I am comparing the number of records in both the output files. If the records doesnot matches. I have to again submit the JCL & again compare the records in the output files.
The problem I am facing is that when I submit the job, it is processed in the back end. And the REXX program continues to executes & in the later part of time it gives me ABEND. can anybody give me solutions/suggestions for it?