Saturday, June 03, 2006

Can I reformat a record layout before/after sorting?

INREC reformats the record layout before it is passed through the sort, while OUTREC will reformat the record layout after the record has been sorted

SORT FIELDS=(1,10,CH,A)
INREC=(1,10,CH,50,4,PD,40,4,PD)

SORT FIELDS=(1,10,CH,A)
OUTREC=(1,10,50,4,40,4)

No comments: