CL Command Reference - CHGUSRPRF
CL Command List > CHGUSRPRF Reference
Description:
The Change User Profile (CHGUSRPRF) command changes the values specified in a user profile. The password validation rules are not verified by the system when a password is changed by this command.
Restrictions:
. You must have security administrator (*SECADM) special authority, and object management (*OBJMGT) and use (*USE) authorities to the user profile being changed.
. You must have *USE authority to any of the following, if specified: the current library, program, menu, job description, message queue, print device, output queue, and ATTN key handling program.
Examples:
CHGUSRPRF USRPRF(JJADAMS) PASSWORD(SECRET) SPCAUT(*JOBCTL)
INLPGM(ARLIB/DSPMENU)
This command makes the following changes to the user profile named JJADAMS:
. Changes the password to SECRET.
. Authorizes JJADAMS to use the special job control authority.
. Changes the first program to start following a successful sign-on to a program named DSPMENU, which is located in a library named ARLIB.
All the other command parameters default to *SAME and do not change.