🎴 Flashcard Mode

Mainframe COBOL and JCL Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

What does SYSIN DD statement do

AnswerClick to flip back
A
What fields to sort
B
What format data is in
C
What order to sort into
💡 Explanation:

The SYSIN DD statement in a sorting utility (like DFSORT or SYNCSORT) defines control statements. The SORT FIELDS control card specifies the starting position, length, data format, and sort order (ascending/descending). Thus, it dictates what fields, format, and order to use, while the general sort type is handled by the utility.

Change Mode