Multiple choice technology mainframe

What is a 77 level in COBOL used for?

  1. Elementary level item

  2. For condition names

  3. Initialize

  4. Renames

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

Level 77 in COBOL declares a standalone elementary item that is not part of any hierarchical group. It's used for independent working-storage or linkage-section variables that don't need to be subordinate to other items.