Multiple choice technology mainframe

Conditions are specified in which level no?

  1. 01

  2. 66

  3. 88

  4. 77

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

In COBOL, condition names (level 88) are used to assign meaningful names to specific values or value ranges that a data item can take. For example, if you have a data item STATUS-FLAG with values 1 and 2, you can define condition names like 88 ACTIVE-STATUS VALUE 1 and 88 INACTIVE-STATUS VALUE 2. Level 01 is for group items, 66 is for RENAMES, 77 is for independent items, and 88 is specifically reserved for condition names.