Multiple choice technology mainframe

8.In which section do sort description is given?

  1. WORKING-STORAGE

  2. FILE SECTION

  3. CONTROL SECTION

  4. LINKAGE SECTION

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

In COBOL, Sort Description (SD) entries, which define the structure of sort work files, must be declared in the FILE SECTION of the DATA DIVISION. Other sections like WORKING-STORAGE, LINKAGE, or non-existent sections like CONTROL do not hold file or sort descriptions.