Environment variables for the classic AppServer are set in the $DLC/properties/ubroker.properties file in a section similar to the following:

[Environment.asbroker1]
TESTENV=MYEN

In PAS for OpenEdge, you do not set environment variables in configuration files like ubroker.properties on the classic AppServer. Instead, you set environment variables using the following method:

  • At the application level — Define a myenv_setenv.{sh|bat} script, and place it in the instance-name/bin directory.

    For more information, see Modify environment variables.

Note: On UNIX platforms, your myenv_setenv.sh script does need not be marked executable. You must EXPORT any environment variables defined in that script so other processes can use them.