IRunUnitSetEnvironmentVariable Method

MicroFocus.COBOL.RuntimeServices
Sets the contents of specified environment variable to the value given.

Namespace:  MicroFocus.COBOL.RuntimeServices
Assembly:  MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
Syntax

void SetEnvironmentVariable(
	string name,
	string value
)

Parameters

name
Type: SystemString
value
Type: SystemString
See Also

Reference