RMVAUTLE (Remove Authorization List Entry)

RMVAUTLE Command syntax diagram

 

Purpose

The Remove Authorization List Entry (RMVAUTLE) command removes user entries from an authorization list. The authorization list must already exist.

 

Restrictions

  1. Only the owner of the authorization list, a user with authorization list management authority (*AUTLMGT) on the authorization list, or a user with all object (*ALLOBJ) authority can use this command.
  2. The user with *AUTLMGT authority can only remove a user if the user with *AUTLMGT authority has at least the same specific authorities as the user being removed.

 

Required Parameters

AUTL
Specifies the name of the authorization list from which the user entries are removed. The authorization list must exist.

authorization-list-name: Specify the authorization list name from which the user entries are removed.

generic*-authorization-list-name: Specify the generic name of the authorization list. A generic name is a character string of one or more characters followed by an asterisk (*); for example, ABC*. The asterisk substitutes for any valid characters. A generic name specifies all objects with names that begin with the generic prefix for which the user has authority. If an asterisk is not included with the generic (prefix) name, the system assumes it to be the complete object name. For more information on the use of generic names, refer to the generic object names topic.

USER
Specifies a list of user names to be removed from the authorization list. Up to 50 user entries can be specified.

Example for RMVAUTLE

RMVAUTLE   AUTL(PAYROLL)  USER(TOM JULIE KAREN)

This command removes users TOM, JULIE, and KAREN from the authorization list PAYROLL.

Error messages for RMVAUTLE

*ESCAPE Messages

CPF2253
No objects found for &1 in library &2.
CPF2281
The users specified do not exist on the system.
CPF2283
Authorization list &1 does not exist.
CPF2284
Not authorized to change authorization list &1.
CPF2285
&1 errors removing users, &2 authorization lists processed.
CPF2288
*PUBLIC cannot be removed from an authorization list.
CPF2289
Unable to allocate authorization list &1.