%1 or subordinate item or previous item has OCCURS DEPENDING ON clause. Item ignored for INITIALIZE.
20
Cause . . . . . : Neither the subject of an INITIALIZE statement, nor any of its subordinates may contain the DEPENDING ON phrase of the OCCURS clause. Also, %1 must not be variably located, so no previous item in the record may contain the DEPENDING ON phrase of the OCCURS clause.
Recovery . . . : Move the item with the OCCURS DEPENDING ON clause out of the group item that is the subject of the INITIALIZE statement, or use several INITIALIZE statements for the subordinates of the group item excluding the one with the OCCURS DEPENDING ON clause. If a previous item in the record contains the OCCURS DEPENDING ON clause, move that item to a position in the record description following the item you want to initialize.