Wednesday, June 07, 2006

Sort - limit the records

To Skip certain number of records,
SORT FIELDS=COPY,SKIPREC=1000

To stop after copying certain number of records,
SORT FIELDS=COPY,STOPAFT=5000

No comments: