Edit Authorization List (EDTAUTL)

Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC)
Threadsafe: No
Parameters
Examples
Error messages

The Edit Authorization List (EDTAUTL) command shows the list of users and their authorities. From this display, the user can add and remove users and change users' authorities on the authorization list.

Restrictions: You must have authorization list management (*AUTLMGT) authority to, or ownership of, the specified authorization list.

Top

Parameters

Keyword Description Choices Notes
AUTL Authorization list Qualifier list Required, Positional 1
Qualifier 1: Authorization list Name
Top

Authorization list (AUTL)

Specifies the authorization list to be editted.

This is a required parameter.

name
Specify the name of the authorization list to be editted.
Top

Examples

EDTAUTL   AUTL(MYLIST)

This command shows the authorization list MYLIST and allows it to be changed.

Top

Error messages

*ESCAPE Messages

CPF22B9
Not authorized to change authorities.
CPF2204
User profile &1 not found.
CPF2207
Not authorized to use object &1 in library &3 type *&2.
CPF2208
Object &1 in library &3 type *&2 not found.
CPF2209
Library &1 not found.
CPF2211
Not able to allocate object &1 in &3 type *&2.
CPF2216
Not authorized to use library &1.
CPF2217
Not authorized to user profile &1.
CPF2283
Authorization list &1 does not exist.
CPF9843
Object &1 in library &3 type &2 cannot be accessed.
Top