TMF Application Programmer's Guide (G06.24+)
TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmer’s Guide—522419-004
5-19
Audit Records
Null VARCHAR fields are stored using a 0-length character part. The field length is 4
bytes, consisting of the 2-byte null indicator (set to -1) and the 2-byte VARCHAR length
(set to 0), as follows:
[-1] [-1] [0] [0]
Audit Records
The various types of audit records that are accessible, and the particular fields from
which you can retrieve them, are as follows.
Record Types
Table 5-1 summarizes the constants that identify each record type and the related
record format name. The appropriate constant appears in the RECTYPE field of each
audit record.
Table 5-1. RECTYPE Constants
Constant Record Type Record Format Name
1 ABORT
ABORTREC
2 COMMIT
COMMITREC
3 DELETE
DELETEREC
5 INSERT
INSERTREC
6 NETWORK-PREPARED
PREPAREDREC
7 TMF SHUTDOWN
TMF SHUTDOWNREC
10 UPDATE
UPDATEREC
11 UPDATE AUDITCOMP
UPDATEAUDITCOMPREC
12 FILE ALTER
FILE ALTERREC
13 FILE CREATE
FILECREATEREC
14 FILE PURGE
FILEPURGEREC
15 UPDATE FIELDCOMP
UPDATE FIELDCOMPREC
16 FILE RENAME
FILE RENAMEREC
17 AUX POINTER
AUX POINTERREC
18 NETWORK-COMMIT
NETWORKCOMMITREC
19 NETWORK-ABORT
NETWORKABORTREC
20 ARTYPE-CURRENTPOS
ARRECORD Header