CL Command Reference - DSPAUTLOBJ

CL Command List > DSPAUTLOBJ Reference

Description:

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.


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.