ASA SQL Reference
System Procedures and Functions
System and catalog stored procedures
Adds a string to the transaction log.
sa_audit_string ( string )
DBA authority required
None
If auditing is turned on, this system procedure adds a comment into the audit log. The string can be a maximum of 200 bytes long.
The following call adds a comment into the audit log:
CALL sa_audit_string( 'Auditing test' )