Multiple choice technology mainframe

LEVEL-66 IS WHICH CLAUSE?

  1. RENAME

  2. REDEFINE

  3. CONDITION NAMES

  4. NONE

  5. ALL

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

In COBOL, the LEVEL-66 clause is the RENAME clause. It allows you to regroup existing data items under an alternative name for easier reference. RENAME (level 66) is different from REDEFINES (level 01-49) and CONDITION NAMES (level 88).