🎴 Flashcard Mode

COBOL and HP NonStop Systems Programming

Card1 / 19
Mastered0
Review0
QuestionClick to flip

What is the level number for REDEFINES Clause

AnswerClick to flip back
A
77
💡 Explanation:

In COBOL, the REDEFINES clause is specifically used at level 77 to allow different data descriptions to occupy the same storage location. Level 01 is for records, 02-49 are for group and elementary items, 66 is for RENAMES, 77 is for independent data items (where REDEFINES is used), and 88 is for condition names.

Change Mode