z/OS UNIX System Services Planning
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


_CEE environment variables

z/OS UNIX System Services Planning
GA32-0884-00

This section contains a partial list of the _CEE environment variables.

_CEE_ENVFILE
Enables a list of environment variables to be set from a specified file. It does not strip trailing white spaces from each name=value read from a file.

Rule: _CEE_ENVFILE must be set through the ENVAR runtime option during initialization of a parent program.

_CEE_ENVFILE is intended for use in batch programs. Because it can supersede built-in shell environment variables such as LIBPATH, do not use _CEE_ENVFILE in the shell environment. For more information about the _CEE_ENVFILE environment variable, see z/OS XL C/C++ Programming Guide.

When both _CEE_ENVFILE and _CEE_ENVFILE_S are specified, _CEE_ENVFILE_S takes precedence.

_CEE_ENVFILE_S
Enables a list of environment variables to be set from a specified file. It strips trailing white spaces from each name=value line read from a file.

Rule: _CEE_ENVFILE must be set through the ENVAR runtime option during initialization of a parent program.

For more information about the _CEE_ENVFILE_S environment variable, see z/OS XL C/C++ Programming Guide.

When both _CEE_ENVFILE and _CEE_ENVFILE_S are specified, _CEE_ENVFILE_S takes precedence.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014