ENCRYPT_PASSWORD
Syntax
ENCRYPT_PASSWORD {userID | *};
Description
Encrypts one or all user passwords (user passwords and access passwords). When encrypting a single user's password, the user ID must be present in PSOPRDEFN. You can use an asterisk instead of a name to encrypt all passwords in PSOPRDEFN.
Parameters
LOG, NO COMMIT, and NO TRACE.
Example
Here's an example of how to encrypt a single user password (FS) already listed in PSOPRDEFN:
ENCRYPT_PASSWORD FS;
To encrypt all user passwords in PSOPRDEFN, enter:
ENCRYPT_PASSWORD *;