The GET command retrieves the value of any variable (that is, any status or GLV variable whether volatile or nonvolatile) and assigns that value to a local REXX variable of the same name.
This command has the following format:
ADDRESS GLV '[SELECT vargroup] GET varname . . . '
(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 the variable whose value you want to retrieve. ( CA Automation Point places the contents of the specified variable into a local REXX variable of the same name.)
You can specify one or more varname variable names.
Examples:
ADDRESS GLV 'SELECT AXC GET AXCDISK_DVOL AXCDISK_ERRORS'
ADDRESS GLV 'SELECT VOXGROUP GET VOXCALLS'
|
Copyright © 2011 CA.
All rights reserved.
|
|