Previous Topic Next topic Print topic


PUTENV Function

Purpose

Adds a new environment variable or modifies the value of an already existing environment variable.

Syntax

PUTENV(s)

Parameters

s is string of the form e=v where e is the name of the environment variable and v is its value.

Description

The PUTENV function adds a new environment variable or changes the value of an already existing environment variable. It returns true ('1'B) if successful and false ('0'B) otherwise.

Restrictions

None.

Previous Topic Next topic Print topic