Hi
Is there a possibility to format records in JCL (instead of REXX)
In the input file (it's a flat file) i have the following records:
AD1112
BD1111
CD2121
DD1222
I want them to be written to the output dataset in the following format:
AD1112,BD1111,CD2121,DD1222
comas are not necessarily needed.
Is there a utility to do it via JCL ? I could easily do it in REXX but currently it is not an option.
DFSORT - as i see - is not happy with doing the above.
Please let me know about your opinion
thanks
David