Multiple choice technology mainframe

SKIPREC=n in SORT, will skip process starts before processing 'n' records in file?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

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.