Kbase P11499: What does "&glob DATA-LOGIC-PROCEDURE .p" mean?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/19/2004 |
|
Status: Verified
GOAL:
What does "&glob DATA-LOGIC-PROCEDURE .p" mean?
CAUSE:
Due to Dynamics is being integrated with ADM. The SmartDataObject has this definition. It will be used in Dynamics and it does not affect the ADM.
FIX:
&Glob is defining a compile-time constant (preprocessor name).
DATA-LOGIC-PROCEDURE .p is the preprocessor-name.
Definition: A string of characters (or preprocessor references that evaluate to a string of characters) whose content the preprocessor substitutes for preprocessor-name during compilation. If the definition is longer than one line, a tilde (~) at the end of the first line indicates continuation to the next line.