This command assigns values to REXX global variables.
SET GLOBAL &var [/newvalue/]
Name of a new or existing global variable.
Note: Global variable names are case-sensitive.
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
Copyright © 2014 CA Technologies.
All rights reserved.
|
|