Multiple choice technology mainframe

88 level used for

  1. condition names

  2. RENAMES clause

  3. All the above

  4. None

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

In COBOL, level 88 is used exclusively for condition names - boolean flags that can be set true/false based on specific data conditions. Level 88 entries define conditional status flags associated with their parent elementary item, used for program logic flow control, not for RENAMES or regular data storage.