Remove Auth List Entry (RMVAUTLE)

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

Restrictions:

Parameters

Keyword Description Choices Notes
AUTL Authorization list Generic name, name Required, Positional 1
USER User Values (up to 50 repetitions): Name Required, Positional 2

Authorization list (AUTL)

Specifies the authorization list from which the user names are to be removed. The authorization list must exist when the RMVAUTLE command is run.

This is a required parameter.

generic-name
Specify the generic name of the authorization lists to be changed.

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.

name
Specify the name of the authorization list to be changed.

User (USER)

Specifies one or more user names to be removed from the authorization list. A maximum of 50 user names can be specified.

This is a required parameter.

Examples

RMVAUTLE   AUTL(PAYROLL)  USER(TOM JULIE KAREN)

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

Error messages

*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.