TMF Application Programmer's Guide (G06.26+)

TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmer’s Guide522419-005
5-91
ARSTOPNONDATACHNGRECS
ARSTOPNONDATACHNGRECS
This procedure causes certain audit records that do not reflect changes to customer
data to be discarded instead of being returned by the ARREAD procedure.
Audit records filtered out after this procedure is called include the following:
Audit records generated during SQL online DDL modification operations (SQL
NonStop Availability operations). SQL NSA operations are performed by the SQL
AUDSERV program when the "WITH SHARED ACCESS" option is specified in an
SQL ALTER TABLE or ALTER INDEX command.
Audit records generated by the activity of the RDF updater on the RDF backup
system.
Note that FLABMOD audit records are an exception; they are always returned, even
when after this procedure is called.
Audit reading must be started before you call this procedure.
return-code output
INT .EXT:ref:1
is a returned value indicating the outcome of this procedure.
CALL ARSTOPNONDATACHNGRECS ( return-code ); ! o
Errors (<0) Table 5-3 (later in section) describes the error codes.
Warnings (>0) None.