COBCH0234 DEPENDING missing
You have defined a variable length table without specifying the DEPENDING phrase that, at run time, enables your COBOL system to determine the actual table size.
Resolution:
Specify the DEPENDING phrase.
Parent topic:
COBCH0221 - COBCH0240