cobol3.hlp (Topic list)
Message 0251 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0251
 
  Text:         CURSOR field <data-name> missing or illegal
 
  Explanation:  You have either not declared the data item specified in
                the CURSOR IS clause in the SPECIAL-NAMES paragraph, or
                you have declared the item incorrectly.
 
  Resolution:   Check your Language Reference for the correct
                form of the cursor data item. Add or revise the
                declaration of the data item in the CURSOR IS clause.
                                    -♦-