🎴 Flashcard Mode

Mainframe JCL and EZTrieve Functions

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
True
💡 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.

Change Mode