Enables audit logs for
WHERE clauses that are submitted to SPD Server. Specify the WHEREAUDIT
option in the spdsserv.parm file to enable the audit logs. The spdslog
message logger logs messages, and the spdsaud audit logger logs audits.
If you use the WHEREAUDIT option, both the spdslog log file and the spdsaud
log file contain WHERE statement information.
Usage:WHEREAUDIT;
NOWHEREAUDIT;
The WHEREAUDIT option
enables audit logging for the server. It also enables automatic audit
log file creation by spdsaud. The file specification is a partial
pathname or filename that is used to generate the complete audit filename.
For example, if your file specification is
/audit/spds
, the generated filename is
/audit/spds_mmddyyyy.spdsaudit. In the output,
mmddyyyy is the system date when the audit log file was created.