Skip to main content

Environment Variables (Tools/APIs)

Access the value of an environment variable.

Available Tools

Provides the GetEnviron() method.

Availability: All namespaces.

Note

The special variable $SYSTEM is bound to the %SYSTEM package. This means that instead of ##class(%SYSTEM.class).method(), you can use $SYSTEM.class.method().

FeedbackOpens in a new tab