Kbase P5244: Errors 201 & 196 after changing a variable name in the definitions section
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
** Unknown Field or Variable name - <field-name>. (201)
** <program> Could not understand line <number>. (196)
CHANGE:
Modified the source code for a 4GL procedure and changed the name of a variable in the definition section.
CAUSE:
After the variable name was changed in the definitions section of the source code further occurrences of the variable name were not changed.
FIX:
Ensure that all variables and fields being referred to in the procedure are defined and spelled correctly.