Hi, I am new to REXX. I need to compare line by line 2 pds members which are available in 2 different PDS.If matched or non-matched need to write the 2nd pds member lines into new output PDS. and also need to write 1st PDS member lines after the 2nd PDS member lines written.
For EX:
PDS1(M1)-----Input1
Line1
Line2
Line3
Line4
PDS2(M1)-----Input2
Line1
Line2
Line31
Line41
PDS3(M1)======> (OUTPUT)
Line1
Line2
Line31
Line41
Line3
Line4
I tried a lot. but i couldn't write the PDS1 lines to output.To be frank, If i get the code it would very helpful to me. Can anybody pls help on this? Thanks in advance.