The LISTLOGIN command lists all the data for one or more logins.
This command has the following format:
ADDRESS VOX "LISTLOGIN USERNAME(name)|KEY(key) [CMDRESP(destination)] [PREFIX(varname)]"
Specifies the name of the login to be listed. * indicates that you want data for all logins to be listed.
Specifies the key of the login 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.LISTLOGIN
Return Information:
After LISTLOGIN executes, it sets the special REXX return code variable RC.
Usage Notes:
For further details, refer to the sample REXX program listlogin.rex located in the CA Automation Point installation directory \sample\nm.
| Copyright © 2012 CA. All rights reserved. |
|