Kbase P8117: Error 247 When Flagged Code Compiles On Its Own
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/01/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 8.3x
SYMPTOM(s):
** Unable to understand after -- "<string>". (247)
Find statement that contains three comparisons in the where clause
CHANGE:
Code was split out into include files
CAUSE:
Mismatched quotes somewhere prior to the Find statement.
FIX:
Scan the source code that is logically prior to the code that is getting the error and correct the mismatched quotes (in particular, look for strings where the beginning and ending delimiter is not the same).
For example,
ASSIGN SomeField = "This is an invalid string, ends with a single quote'.
instead of
ASSIGN SomeField = "This is a valid string, ends with a double quote".