Multiple choice technology mainframe

Which Level is used for condition Clause?

  1. 77

  2. 01

  3. 05

  4. 88

  5. Any Level can be used

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

Level 88 in COBOL is used exclusively for condition names (88-level entries define conditional variables). Level 77 is for independent variables. Levels 01 and 05 are for record and group item definitions respectively. The rule is specific - only 88 is valid for condition names.