z/OS DFSORT Application Programming Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


INCLUDE or OMIT, STOPAFT, and SKIPREC

z/OS DFSORT Application Programming Guide
SC23-6878-00

You can use the INCLUDE or OMIT statement and the STOPAFT and SKIPREC options to reduce the number of records to be processed, which can reduce processor and data transfer time.
  • The INCLUDE and OMIT statements allow you to select records by comparing fields with constants or other fields.
  • The STOPAFT option allows you to specify the maximum number of records to be accepted for sorting or copying.
  • The SKIPREC option allows you to skip records at the beginning of the input file and sort or copy only the remaining records.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014