Hey all,
I am working with this utility which normally executes in batch. The output from utility goes into a dataset which i need to feed as an input to REXX. Right now there is a disconnect between batch to REXX.
Submitting the batch thru REXX and then looping forever to get the output for next process is one way but not a good one.
I was trying out an alternative to execute the utility thru REXX itself but its not working out because of library (jobilb)concatenation limitation in rexx.
I was hoping to find answers to following questions:
a> How can i remove the disconnect between JCL and REXX without using the forever looping thing?
b> Is it possible to have JOBLIB/STEPLIB concatenations in REXX?
c> If a GDG base is being ALLOCATED does that mean all the generations will be allocated as in case of JCL?
Thank you,
AB.