Subject of OCCURS DEPENDING ON is %1, object is not %1 in the same DATA DIVISION.
30
Cause . . . . . : Whenever the subject of the OCCURS DEPENDING ON clause is %1, the object should also be %1, and it should be declared in the same DATA DIVISION.
Recovery . . . : Either declare the object as %1 in the same DATA DIVISION, or do not declare as %1 the subject of the OCCURS DEPENDING ON clause.