Hi All,
I have a row of LRECL 12500,i need to divide this row into different rows such that keys of the input rows comes in each row.
For example:-
Input records-
input record 1 : abcdefghi
input record 2 : xyziyufdk
Keys for record 1 :abc
Keys for record 1 :xyz
Expected Output
abcde
abcfg
abchi
xyziy
xyzuf
xyzdk
Please guide me the approach to do the above through JCL.
Thanks,
Agam