Once Adabas Auditing has been installed, the auditing of application files can be implemented as described by the following steps:
Auditing definitions are used to customize the auditing process. This includes specifying the application files that are to be processed for auditing.
These auditing definitions are maintained in the Auditing system file and are read by the Adabas Audit Server at start-up. Refer to Adabas Auditing Configuration for information regarding creating and maintaining auditing definitions in the Auditing system file.
Stop and restart the Audit Server to pick up or refresh the auditing definitions in the Auditing system file.
To enable database auditing, you must add the ADARUN parameter
                  			 AUDITING=YES to each Adabas nucleus job containing those
                  			 application files which have been specified in the Auditing definitions used by
                  			 the Audit Server.
               
Refer to the Reference chapter >
                  			 Pertinent ADARUN
                     			 Parameters for Auditing for more information on the
                  			 AUDITING= parameter and other auditing related ADARUN
                  			 parameters appropriate for an Adabas nucleus running
                  			 AUDITING=YES.
               
Each Adabas file participating in auditing must have an audit name. This is a user assigned 8-character value allowing audit information to be tracked. The Audit ID should be unique across all files participating in auditing.
There are 2 ways to assign an audit name to a file:
Use the AUDITNM= parameter when the file
                        				  is loaded with ADALOD.
                     
Use the MODFCB function of ADADBS with the
                        				  AUDITNM= parameter.
                     
For more information about the use of the
                  			 AUDITNM= parameter with ADALOD LOAD and ADADBS MODFCB,
                  			 refer to Reference >
                  			 Utilities
                     			 Used with Adabas Auditing.
               
To implement and activate auditing for application files, you must perform the following:
Add the DD name ADAANP to each Adabas nucleus running
                        				  AUDITING=YES.
                     
Allocate a sequential file or PDS member to this DD name.
For each application file to be audited, add the appropriate for your requirements ADAANP statements to the sequential file or PDS member in the corresponding nucleus JCL.
Refer to the Reference > Adabas Nucleus Auditing Parameters for more information about the required ADAANP parameters.
When all necessary modifications have been made, restart the Adabas nuclei.