cobol3.hlp (Topic list)
Message 0029 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0029
 
  Text:         Not a data name
 
  Explanation:  You have specified an operand that is not a data item
                where a valid data item is expected. For example, you
                may have specified an FD name or a condition-name
                instead of a data-name.
 
  Resolution:   Ensure that the item that is in error is a data-name,
                and that it is declared.
                                    -♦-