.OPERATION: | DOC SORT | ; Sort document file |
.INPUT DOCUMENT FILE: | sav_angcc_doc | ; Input doc file |
.OUTPUT DOCUMENT FILE: | doc_sort | ; Output doc file |
.COLUMN TO BE SORTED BY (0 IS KEY) (<0 TO REVERSE): | 2 | ; Sort by first col |
.COMPRESS & RENUMBER KEYS?: | Y,Y | ; Compress and renumber keys |
INPUT DOC FILE | OUTPUT DOC FILE |
---|---|
![]() | ![]() |
sav_angcc_doc | doc_sort |