CL Programming

Default Auditing Attribute for Newly Created Objects

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 Link to PDF book for details on auditing.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]