Multiple choice technology mainframe

Can the OCCURS clause be at the 01 level?

  1. True

  2. False

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

In COBOL, the OCCURS clause cannot be specified at the 01 level because 01 level represents the highest level in the data hierarchy and defines record structures. OCCURS clauses must be defined at lower levels (02-49) to create table elements within a record.