Delete Authorization List (DLTAUTL)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Delete Authorization List (DLTAUTL) command allows a user to delete an authorization list. Authorization lists cannot be deleted if they are being used to secure an object. The user deleting an authorization list must have all object (*ALLOBJ) special authority or be the owner of the authorization list.

Top

Parameters

Keyword Description Choices Notes
AUTL Authorization list Generic name, name Required, Positional 1
Top

Authorization list (AUTL)

Specifies the authorization lists to be deleted.

This is a required parameter.

generic-name
Specify the generic name of the authorization lists to be deleted. If a generic authorization list name is specified, then all authorization lists that have names with the same prefix as the generic authorization list name and that the user has proper authority for are deleted.

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 deleted.
Top

Examples

Example 1: Deleting an Authorization List

DLTAUTL   AUTL(PROGMR)

This commands deletes the PROGMR authorization list.

Example 2: Deleting Generic Authorization Lists

DLTAUTL   AUTL(FR*)

This commands deletes all authorization lists starting with the letters FR.

Top

Error messages

*ESCAPE Messages

CPF2105
Object &1 in &2 type *&3 not found.
CPF2110
Library &1 not found.
CPF2113
Cannot allocate library &1.
CPF2114
Cannot allocate object &1 in &2 type *&3.
CPF2116
DATA(*YES) specified and *ALL or *FILE not in OBJTYPE list.
CPF2117
&4 objects type *&3 deleted. &5 objects not deleted.
CPF2125
No objects deleted.
CPF2160
Object type *&1 not eligible for requested function.
CPF2176
Library &1 damaged.
CPF2182
Not authorized to library &1.
CPF2189
Not authorized to object &1 in &2 type *&3.
CPF2279
Authorization list &1 cannot be deleted.
CPF2289
Unable to allocate authorization list &1.
CPF5702
File either not DDM file or not found.
CPF9801
Object &2 in library &3 not found.
Top