Multiple choice technology mainframe

  1. Which level is used for condition clause?

  1. 77

  2. 1

  3. 5

  4. 88

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

Level 88 is the condition name level in COBOL, used specifically for defining condition names that evaluate to true or false. Level 88 entries are associated with a data item and define meaningful names for specific values or value ranges. Level 77 is for independent data items, level 1 is for group/record items, and level 5 is for elementary data items within groups.