How to: |
The GETENV function takes the name of an environment variable and returns its value as a variable length alphanumeric value.
GETENV(var_name)
where:
fixed length alphanumeric
Is the name of the environment variable whose value is being retrieved.
GETENV retrieves the value of the server variable EDAEXTSEC.
GETENV('EDAEXTSEC')
The value returned is ON if the server was started with security on or OFF if the server was started with security off.
WebFOCUS | |
Feedback |