cobol3.hlp (Topic list)
Message 0245 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0245
 
  Text:         DEPENDING ON item <data-name> missing or illegal
 
  Explanation:  You have not declared a data item named in the
                DEPENDING phrase of an OCCURS clause.
 
  Resolution:   Add a declaration of the missing data item.
                                    -♦-