Use the SET GLOBAL command to assign values to REXX global variables.
Use this format for the SET GLOBAL command:
SET GLOBAL &var [/newvalue/]
The SET GLOBAL command takes these parameters:
Name of a new or existing global variable.
Note: Global variable names are case-sensitive.
Character string to be assigned to the variable. It 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
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |