The SKIP statement passes over records in the beginning of the input file. Skipping unnecessary records saves processing time.
SKIP numrec.
- numrec
Specifies the number of input records to skip.
Example
This statement starts processing with the second record in the input file:
SKIP 1.