PUTENV(string) The string must be of the form "variable=value". The specified environment variable is set to the given value and zero is returned. If an error occurs then 1 is returned. This call is similar to VALUE(variable,value,"ENVIRONMENT"), and it may be deleted in a future release.