Enables
audit logs for WHERE clauses that are submitted to SPD Server. The
SPD Server administrator specifies the WHEREAUDIT option in the spdsserv.parm
file. Unless this option is specified in the
spdsserv.parm file, WHEREAUDIT is not enabled. 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 will contain WHERE statement information.
Usage:
WHEREAUDIT;
NOWHEREAUDIT;
The -WHEREAUDIT
option enables audit logging for the server, and automatic audit log
file creation by spdsaud. filespec specifies a partial pathname or
filename specification that is used to generate the complete audit
filename. For example, if you specified filespec as
/audit/spds
, the generated filename would appear as follows:
/audit/spds_mmddyyyy.spdsaudit
where mmddyyyy is taken from the system date when the audit log
file is created.