SKIPREC=n in SORT control statements causes DFSORT to skip n records at the beginning of processing before it starts sorting or merging. This happens before the actual sort/merge operations begin. The statement says skip process starts before processing n records, which is essentially correct - skipping occurs before the main processing.