The EPWCHECK command checks the password for an entity.
This command has the following format:
ADDRESS VOX "EPWCHECK NAME(name)|KEY(key) EPW(current password for entity)"
Specifies the name of the entity to be checked.
Specifies the key of the entity to be checked.
Specifies the password to validate.
Return Information:
After EPWCHECK executes, it sets the special REXX return code variable RC.
Example:
The following example checks to see whether 1034 is the password for Fred:
ADDRESS VOX "EPWCheck NAME(Fred) EPW(1034)"
|
Copyright © 2013 CA.
All rights reserved.
|
|