PUTENV works the same as the C putenv function. This function adds new environment variables or modifies the values of existing environment variables.
>>-PUTENV(string)----------------------------------------------><
PUTENV returns true ('1'B) if successful and false ('0'B) otherwise.