Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
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.
Top |
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 |
Top |
Specifies the authorization list whose list of objects are to be shown.
This is a required parameter.
Top |
Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
Top |
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
Qualifier 2: Library
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.
Top |
Specifies the name of the database file member that receives the output of the command.
Element 1: Member to receive output
Element 2: Replace or add records
Top |
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.
Top |
*ESCAPE Messages
Top |