To modify an existing user in an IBM i validation list, the parameters to the W3@P2301 program would be:
Parameter | Type | Description |
|---|---|---|
Action | CHAR(3) | This is 'CHG' if you want to modify an existing user. |
Validation list name | CHAR(10) | This is the IBM i validation list name. |
Web User profile | CHAR(256) | This is the IBM i user profile name. |
New password to use for user profile | CHAR(256) | This is the new password for the user profile. |
Convert user profile name and password to uppercase | CHAR(1) | This is an optional parameter. The default is "Y" which converts both user profile name and password to upper case. A value of "N" will not convert to upper case. |
For example:
CALL W3@P2301 PARM('CHG' 'USERIST' 'WEBUSER' 'PASSWD')