Multiple choice technology mainframe

Condition names are names associated with a field that take on a true/false status depending on whether their value is equal to the field value. They are indicated by a level number of what?

  1. 5

  2. 66

  3. 88

  4. 77

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

In COBOL, level 88 is reserved for condition names, which define named boolean states based on a field's value. These allow programmers to write more readable code like 'IF employee-status-is-active' instead of comparing the field value directly.