Display Authorization List Obj (DSPAUTLOBJ)

The Display Authorization List Objects (DSPAUTLOBJ) command displays the list of objects that are secured by the authorization list specified for the Authorization list (AUTL) parameter. If a user is on the list with authority other than *EXCLUDE, or is not on the list and public authority is something other than *EXCLUDE, the user is authorized to display the objects. If the user is not authorized to an object because of private authorities, the object is marked *NOT AUTHORIZED in the text field.

Parameters

Keyword Description Choices Notes
AUTL Authorization list Name Required, Positional 1
OUTPUT Output *, *PRINT, *OUTFILE Optional, Positional 2
OUTFILE File to receive output Qualified object name Optional
Qualifier 1: File to receive output Name
Qualifier 2: Library Name, *LIBL, *CURLIB
OUTMBR Output member options Element list Optional
Element 1: Member to receive output Name, *FIRST
Element 2: Replace or add records *REPLACE, *ADD

Authorization list (AUTL)

Specifies the authorization list whose list of objects are to be shown.

This is a required parameter.

name
Specify the name of the authorization list.

Output (OUTPUT)

Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.

*
The output is displayed (if requested by an interactive job) or printed with the job's spooled output (if requested by a batch job).
*PRINT
The output is printed with the job's spooled output.
*OUTFILE
The output is directed to the database file specified for the File to receive output (OUTFILE) parameter.

File to receive output (OUTFILE)

Specifies the database file to which the output of the command is directed. If the file does not exist, this command creates a database file in the specified library. If the file is created, the public authority for the file is the same as the create authority specified for the library in which the file is created. Use the Display Library Description (DSPLIBD) command to show the library's create authority.

Qualifier 1: File to receive output

name
Specify the name of the database file to which the command output is directed.

Qualifier 2: Library

*LIBL
The library list is used to locate the file. If the file is not found, one is created in the current library. If no current library exists, the file will be created in the QGPL library.
*CURLIB
The current library for the thread is used to locate the file. If no library is specified as the current library for the thread, the QGPL library is used.
name
Specify the name of the library to be searched.

Note: If a new file is created, system file QADALO in system library QSYS with a format name of QSYDALO is used as a model.

Output member options (OUTMBR)

Specifies the name of the database file member that receives the output of the command.

Element 1: Member to receive output

*FIRST
The first member in the file receives the output. If OUTMBR(*FIRST) is specified and the member does not exist, the system creates a member with the name of the file specified for the File to receive output (OUTFILE) parameter. If the member already exists, you have the option to add new records to the end of the existing member or clear the member and then add the new records.
name
Specify the name of the file member that receives the output. If it does not exist, the system creates it.

Element 2: Replace or add records

*REPLACE
The system clears the existing member and adds the new records.
*ADD
The system adds the new records to the end of the existing records.

Examples

DSPAUTLOBJ   AUTL(PAYROLL)  OUTPUT(*OUTFILE)
             OUTFILE(*LIBL/PAYROLL)  OUTMBR(DARL *REPLACE)

This command places the output in the database file PAYROLL, member name DARL. If member DARL already exists, the system clears it and adds the new records.

Error messages

*ESCAPE Messages

CPF22AF
Not authorized to authorization list &1.
CPF2283
Authorization list &1 does not exist.
CPF2289
Unable to allocate authorization list &1.
CPF9860
Error occurred during output file processing.