Previous Topic: SET EDITORNext Topic: SPIN


SET GLOBAL

This command assigns values to REXX global variables.

Syntax

SET GLOBAL &var [/newvalue/]

Parameters

&var

Name of a new or existing global variable.

Note: Global variable names are case-sensitive.

/newvalue/

Character string to be assigned to the variable. This string must be enclosed in arbitrary delimiter characters (such as the / used in the syntax diagram).

Default: Null string.

Example

------------------------- CA‑GSS/ISERVE Control Panel ----- ROW 1 TO 2 OF 2 ==> set global &ewf /123456/ => PAGE Target node: * ssid: * Host node: B1MAIN ssid ISRV ============================================================================== Variable &ewf set to 123456 Old value: abcdef