WLM ENVIRONMENT field (WLMENV subsystem parameter)
The WLMENV subsystem parameter specifies the name of the default WLM environment that is to be used for a user-defined function, stored procedure, or advanced trigger.
| Acceptable values: | Any valid name 1–32 alphanumeric characters, including underscores |
|---|---|
| Default: | blank |
| Update: | option 48 on panel DSNTIPB |
| DSNZPxxx: | DSN6SYSP WLMENV |
This environment is used when a value is not specified for:- The WLM ENVIRONMENT option on the CREATE FUNCTION statement or CREATE PROCEDURE statement for an external routine
- The WLM ENVIRONMENT FOR DEBUG MODE option on the CREATE FUNCTION or CREATE PROCEDURE statement for an SQL routine
- The WLM ENVIRONMENT FOR DEBUG MODE option on the CREATE TRIGGER statement for an advanced trigger

Changing this value does not change existing routines or triggers because the value is stored in the catalog when the function, procedure, or advanced trigger is created.