Multiple choice technology mainframe

77 level used for

  1. Elementary level item

  2. condition names

  3. RENAMES clause.

  4. All the above

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

Level 77 in COBOL is used for independent elementary data items - standalone variables not part of any group structure. Unlike level 01-49 items, level 77 declares elementary items that exist at the same hierarchical level as groups but cannot contain sub-items. It's not used for condition names (88) or RENAMES (66).