Kbase P21491: ** Unknown Field or Variable name - . (201) when Compiling a
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/30/2004 |
|
Status: Unverified
SYMPTOM(s):
** Unknown Field or Variable name - <field-name>. (201)
** <program> Could not understand line <number>. (196)
Compiling a 4GL procedure that includes a statement similar to:
DEFINE VARIABLE c LIKE Customer.City NO-UNDO.
CAUSE:
The field name is either misspelled or does not exist.
FIX:
Make sure that database table field names exist and are properly spelled.