Multiple choice technology mainframe

In Which section do sort description is given?

  1. Working-storage

  2. File Section

  3. Linkage section

  4. Control Section

  5. None

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

In COBOL, sort descriptions (SD entries for sort files) are defined in the FILE SECTION, specifically within the SORT WORKING-STORAGE or directly under FILE SECTION entries. Working-Storage contains general variables. Linkage Section is for parameters. Control Section is not a standard COBOL section.