Hi,
I want to sort a file without disturbing Trailer record. I used below code, but it is not working.
OPTION COPY
INCLUDE COND=(1,1,CH,NE’T')
OUTREC IFTHEN=(27,8,CH,A,
37,7,CH,A)
In trailer record first character is ‘T’, so I used above code, but unsuccessful.