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

  2. 77

  3. 88

  4. 5

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

In COBOL, level 88 is specifically reserved for condition names, which are symbolic names that evaluate to true or false based on whether a data item matches a specified value. Level 66 is used for RENAMES clauses, level 77 for standalone elementary items, and levels 01-49 for regular data hierarchy.