Kbase P72913: Errors (247), (235) and (194) runing code using a Progress 4GL keyword as a database name.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/27/2004 |
|
Status: Unverified
SYMPTOM(s):
** Unable to understand after -- "<string>". (247)
** Missing file specification after FOR keyword. (235)
** <pgm> Line <num> --Invalid FOR, DO, REPEAT, or EDITING statement. (194)
Running code similar to:
FOR EACH old.Customer:
DISPLAY Name.
END.
CAUSE:
The string 'OLD' is a Progress keyword and may not be used as a logical database name.
FIX:
Name the database using a string that is NOT a Progress keyword or use the -k startup parameter to disable the keyword.