Hello,
I have tried deleting a single line and wrote into another pds using if statement as
if (index(recd.i,SORT) > 0 ) then
....
i need to delete in all the members of same pds so it need to go in loop? If so what condition, please let me know....
also i have used two if statement to find a word in single line, but can someone let me know to delete some 4 lines as below:
SORT SYSIN
DD ALLOC
DSN ='....'
UNIT =TAPE
Please let me know to continue further to delete from SORT to UNIT = TAPE
Thanks!