SET-ENVIRONMENT

Applies an Environment; that is, a combination of settings that change the way in which Reality functions. Environments can be defined using option 4 (Define Environment Settings) in SSM or the DEFINE-ENVIRONMENT TCL command.

Syntax

SET-ENVIRONMENT {[environmentName || ?]}

Syntax Elements

environmentName
The name of the Environment to be applied.

? Lists the Environments that are available.

If neither parameter is specified, the available Environments are listed.

Restrictions

None.

Examples

:SET-ENVIRONMENT ?
The following environments are available :

    REALITY
    D3
    MVENTERPRISE
    MVBASE

Displays the available environments.

:SET-ENVIRONMENT D3

'D3' environment set.

Selects the D3 environment.

:SET-ENVIRONMENT RUBBISH

[1149]Environment 'RUBBISH' is not defined.

An invalid environment was specified. The environment remains unchanged.

Go to top button