Multiple choice technology mainframe

How many sections an easytrieve program contains and what are they?

  1. 3;Identification,Environment, Procedure

  2. 4;Cofiguration, Input Output, File section, Procedure

  3. 3;Environment, Library, Activity

  4. 3; Configuration, File section, Procedure

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

Easytrieve programs consist of three distinct functional sections: the Environment section (defines system/hardware settings), the Library section (defines files and fields), and the Activity section (contains executable processing logic). Options referencing COBOL-like sections do not apply to the Easytrieve structure.