I want to use syncsort to convert a flat file to a comma delimited file.
this is my format
xxxxxx123smith john
First field 6 bytes, second field 3 bytes, last two fields both 20 bytes.
I used this parameter but it overwrote data instead of shifting it.
SORT FIELDS=COPY
INREC FIELDS=(1,6,7:C',',8,3,11:C',',12,20,32:C',',33,20)
OUTREC FIELDS=(1,37)
Help?
Christy