Multiple choice technology mainframe

REDEFINES clause can be used along with an OCCURS clause.

  1. True

  2. False

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

In COBOL, the REDEFINES clause can be used along with an OCCURS clause, though there are specific rules about their placement. REDEFINES must immediately follow the data description it redefines, and when used with OCCURS, it allows you to redefine table elements or entire table structures with different data layouts.