The SETP command assigns values to one or more nonvolatile status or GLV variables. This command updates or creates a .GLV file. (A .GLV file contains nonvolatile variables.)
This command has the following format:
ADDRESS GLV '[SELECT vargroup] SETP varname value [varname value . . .]'
(Optional) Specifies the name of a variable group (vargroup) to which the specified variable (varname) belongs.
For more information, see the description of the SELECT command.
Specifies the name of a nonvolatile status or GLV variable.
Note: If you assign a value to a nonvolatile variable, and a volatile variable of the same name already exists, the volatile variable will be erased.
You can specify one or more varname variable names, but each varname that you specify must have a matching value.
Specifies the value to assign to the variable specified by varname. The valid value is any character string that does not contain blanks.
Example:
The following REXX statement assigns the literal value SYS1_IPL to the EVENT variable, and the literal value DATE_AND_TIME to the EVENT_TIME variable:
ADDRESS GLV 'SETP EVENT SYS1_IPL EVENT_TIME DATE_AND_TIME'
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|