Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Language Reference Manual

PUTENV

PUTENV works the same as the C putenv function. This function adds new environment variables or modifies the values of existing environment variables.

Read syntax diagramSkip visual syntax diagram>>-PUTENV(string)----------------------------------------------><
 
string
A character string of the form envvarname=value.

PUTENV returns true ('1'B) if successful and false ('0'B) otherwise.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)