Multiple choice technology mainframe

  1. Which level is used for condition clause?

  1. 77

  2. 1

  3. 5

  4. 88

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

In COBOL, level numbers define the hierarchy and structure of data items. Level 88 is specifically used for condition names, which are symbolic names associated with specific data values. These allow for more readable code where you can test descriptive names instead of cryptic values.