I need to replace this syncsort command with a Unix sort command:
syncsort << endofsort
/INFILE ${inputFile}_dataOnly 4500
/OUTFILE ${inputFile}_dataOnly_sync
/END
endofsort
I do not understand what the 4500 means. What is that?
Also, is syncsort sorting based on the first data field? How does syncsort determine the delimiter? Does syncsort assume the first parameter is numeric?
I need help
Thanks In Advance,