Previous Topic: DESTROYTIME CommandNext Topic: LISTENTITY Command


EPWCHECK Command

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)"
NAME

Specifies the name of the entity to be checked.

KEY

Specifies the key of the entity to be checked.

EPW

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)"