Hi,
My requirement is to change some of the field values in a fixed length flat file if specific condition is met.
In a Fixed length flat file of 300 bytes, if the first 4 bytes is 'TRK ' and 4 bytes from 9th col pos is 'M ' and 4 bytes from 13th col pos is '0200' and 4 bytes from 17th col pos is '0001', then change the first 4 bytes to SPACES, then have spaces in 4 bytes from 9th col pos, zeroes in 4 bytes from 13th col pos and zeroes in 4 bytes from 17th col pos.
All these mentioned fields are declared as characters.
Is it possible using SORT ? Please help.
Thanks
Vinu