When objects are created in a library, the auditing attribute of the object will, by default, be set by using the CRTOBJAUD value of the library.
By specifying:
CRTLIB LIB(PAYROLL) AUT(*EXCLUDE) CRTAUT(*EXCLUDE) CRTOBJAUD(*ALL)
all objects created into the payroll library are audited for both read and
change access. See the Security -
Reference
book for details on auditing.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.