environment
The environment
statement specifies the name of environment to use for resolving global variables.
Syntax
environment
name
Details
The environment
statement selects the predefined environment to use for global variable lookup. It is and error to specify the environment which is not defined in global database.
If no environment specified, default environment (the one specified as default in global database) is assumed.
Last updated
Was this helpful?