PUTENV

PUTENV adds new environment variables or modifies the values of existing environment variables.

Read syntax diagramSkip visual syntax diagramPUTENV( string)
string
A character string of the form envvarname=value.

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