PUTENV

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.