ADDRESS VOX Commands › Notification Manager Database Maintenance Commands › DESTROYLOGIN Command
DESTROYLOGIN Command
The DESTROYLOGIN command destroys an existing login.
This command has the following format:
ADDRESS VOX "DESTROYLOGIN KEY(key)"
- KEY
-
Specifies the key of the login to be deleted.
Return Information:
After DESTROYLOGIN executes, it sets the special REXX return code variable RC.
- If the command executes successfully, the RC variable contains a value of zero.
- If the command does not execute successfully, the RC variable contains a nonzero value. Additionally, the VOX.ERROR variable contains the complete VOX error message, which includes the four digit return code and error message text.
Example:
The following example removes the login JSMITH from the database:
ADDRESS VOX "DESTROYLOGIN KEY(800001006)"
|
Copyright © 2012 CA.
All rights reserved.
|
|