Sorry for all the confusion, actually the input file has data in BI format only(362-365) and we have to convert it from 4 bytes to 2 bytes (i.e from S9(8) comp to S9(4) comp).
As suggest ...
Actually, the situation is that we have a file which is having the field with value as S9(8) comp, and we need to change it to S9(4) comp. by truncating the leading 4 bytes which we are assuming to be ...
Hi Everyone,
I'm facing a situation where in I have to change the length of a field of input file from S9(8) comp to S9(4) comp into the output file using SORT. I have tried it change it directly as
...