Multiple choice technology programming languages

EFSELECT comes under

  1. (1) FILE-CONTROL

  2. (2) FILE SECTION

  3. (3) WORKING-STORAGE SECTION

  4. (4) Procedure division

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

In COBOL, the SELECT statement (and its variants like EFSELECT) is part of the FILE-CONTROL paragraph within the INPUT-OUTPUT SECTION of the ENVIRONMENT DIVISION. This is where files are assigned to external devices and file organizations are specified. Options B and C are DATA DIVISION sections, and option D is a different division entirely.