How does the Complex Flat File stage (CFF) support the use of OCCURS clauses within COBOL
files?

A.
Each element of the OCCURS clause is treated as a subrecord.
B.
The CFF stage cannot process COBOL files with OCCURS clauses.
C.
Each element of the OCCURS clause is treated as a column of raw data.
D.
Each element of the OCCURS clause is treated as a separate element in an array.
Explanation: