Wednesday, June 07, 2006

Sorting without JCL

SORT FIELDS=(10,7,CH,A)

This option sorts the records based on the positions from 10th to 16th.

Instead of using JCL,
Open a flat file in edit mode, on the command line, type SORT 10,16 and press Enter.

No comments: