Statement ANNOUNCE Foundation
Declares a module identifier for a PRG file.
ANNOUNCE <ModuleName>
The ANNOUNCE statement declares a symbolic name for an entire program module or PRG file, making the symbol available to the linker. The reference to the name is later deleted by the linker. Only one ANNOUNCE statement may appear in a PRG file, and it must occur prior to the first executable statement at the beginning of the source code file. <ModuleName> must be unique among module and user-defined function names.
ANNOUNCE is used with REQUEST in order to manage source code files.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.