Previous Topic: ADDRESS GLV Command DescriptionsNext Topic: GRPLIST Command


GET Command

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 . . . '
SELECT

(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.

GET

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: