Multiple choice technology programming languages

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. 05

  2. 66

  3. 88

  4. 77

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

In COBOL, level 88 is reserved specifically for defining condition names, which associate logical names with specific values of a parent field. Level 05 defines elementary items, 66 is for renaming, and 77 is for independent elementary items.