The LISTMETHOD command lists all the data for one or more methods.
This command has the following format:
ADDRESS VOX "LISTMETHOD {NAME(name) | KEY(key)} [CMDRESP(destination)]
[PREFIX(varname)]"
Specifies the name of the method to be listed. An asterisk (*) indicates that you want data for all methods to be listed.
Specifies the key of the method to be listed.
(Optional) Directs return information, if any, to a specific destination. For a list of valid destination values, see the section ADDRESS VOX Return Information.
Default: REXX
(Optional) Specifies the name of the REXX stem variable (other than the default name) that contains the return information for the command.
For information about changing the default variable name, see the section ADDRESS VOX Return Information.
Default: VOX.LISTMETHOD
Return Information:
After the LISTMETHOD command executes, it sets the special REXX return code variable RC.
Usage Note:
For further details, refer to the sample REXX program listmeth.rex located in the CA Automation Point installation directory \sample\nm.
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|