UNLOAD statement

(Windows only)

Unloads a set of environment specifications from the current environment, which might be the registry or an initialization file.

Note: Does not apply to SpeedScript programming.

Syntax

UNLOAD environment [ NO-ERROR ]
environment

A character expression that evaluates to the name of an environment that a prior LOAD statement specified.

NO-ERROR
The NO-ERROR option is used to prevent the statement from raising ERROR and displaying error messages.

Notes

See also

LOAD statement, NO-ERROR option, USE statement