pTAL Reference Manual (H06.08+)

Syntax Summary
HP pTAL Reference Manual523746-006
A-97
ERRORS
ERRORS
More information: ERRORS on page 17-33
EXPORT_GLOBALS
More information: EXPORT_GLOBALS on page 17-33
Default: Unlimited number of errors
Placement: Anywhere
Scope: Applies to the compilation unit
Dependencies: None
Default: EXPORT_GLOBALS
Placement:
Can appear any number of times in a compilation unit
Must appear before the first procedure is compiled
Cannot appear within BLOCK declarations
Scope: Applies to the compilation unit, except that NOEXPORT_GLOBALS
does not affect a compilations private data block
, which is always
exported
Dependencies:
You must specify NOEXPORT_GLOBALS when declaring a data
block that belongs to an SRL
In a compilation that includes USEGLOBALS, the compiler exports
the data blocks declared in the USEGLOBALS declarations file only
if EXPORT_GLOBALS is active when the compiler encounters the
BEGINCOMPILATION directive.
References:
BEGINCOMPILATION on page A-90
SRL on page A-115
USEGLOBALS on page A-118
ERRORS
=
VST138.vsd
num-messages
EXPORT_GLOBALS
NOEXPORT_GLOBALS
PUSHEXPORT_GLOBALS
POPEXPORT_GLOBALS
VST662.vsd