Dear all,
I have a piece of task which involves submission of a Rexx code in batch mode and in turn the submitted Rexx does some processing and it submits one more JCL. From the output of that submitted JCL I mean to say depending on the RC it again executes one more Rexx. Now, My doubt is that Is that fine to do in the same way. I'm not sure if i was clear. Please let me know in case I need to give more information.
1. JCL submits a Rexx
2. Rexx triggers a JCL
3. Depending on the JCL RC it triggers another Rexx and this continues until I some condition. Will there be any problem wrt performance?
Regards,
Viswa