Setting default auditing attribute

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 the following command, all objects created into the payroll library are audited for both read and change access:

CRTLIB LIB(PAYROLL) AUT(*EXCLUDE) CRTAUT(*EXCLUDE) CRTOBJAUD(*ALL)