Kbase P6584: Error 9430 when compiling source code, can it be suppressed?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
SYMPTOM(s):
WARNING: More than 1 action code segment used in <file-name>. (9430)
CAUSE:
The point of warning message 9430 is to warn that a program compiled in Progress 9.1C or later having more than one action segment in its main block and cannot be run in Progress 9.1A or Progress 9.1B. This warning can be ignored when the R-code is to be run only with Progress 9.1C or later.
CAUSE:
Bug# 20020418-031
FIX:
Fixed in OpenEdge 10.0A.
Alternatively, set SESSION:SUPPRESS-WARNINGS to YES, but keep in mind that other relevant warning messages may be missed.