cobol3.hlp (Topic list)
Message 0234 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0234
 
  Text:         DEPENDING missing
 
  Explanation:  You have defined a variable length table without
                specifying the DEPENDING phrase that at run time
                allows your COBOL system to determine the actual table
                size.
 
  Resolution:   Specify the DEPENDING phrase.
                                    -♦-