To delete a user profile from the LANSA Web user information table, the parameters used with the W3@P2300 program would be:
Parameter | Type | Description |
|---|---|---|
Action | CHAR(3) | This will be 'DLT' if you want to delete a user profile. |
Web user profile | CHAR(256) | This is the Web user profile held in the user information table. This value is case sensitive and must be entered in the actual case. |
System Name | CHAR(50) | This is the system name to be used by the Web user. Use *DEFAULT as your Default Parameter or specify either and IP Address or DNS Name. |
Port Number | CHAR(5) | This is the port number corresponding the Web user profile and System Name. |
Password | CHAR(256) | This is the password as currently defined in the LANSA Web user information table. This value is case sensitive and must be entered in the actual case. |
For example:
CALL W3@P2300 PARM('DLT' 'WEBUSER' '*DEFAULT' '99999' 'CURRPASSWD')