The SKIP statement passes over records in the beginning of the input file. Skipping unnecessary records saves processing time.
SKIP numrec.
Specifies the number of input records to skip.
Example
This statement starts processing with the second record in the input file:
SKIP 1.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |