TMF Supplement for Large Audit Files (G06.24+)

TMF Application Programmer’s Guide
HP NonStop TMF Supplement for Large Audit-Trail Files—527391-001
7-2
ARGETAUDRECHEADERINFO (New Discussion)
ARGETAUDRECHEADERINFO
(New Discussion)
This procedure returns certain information from the audit-record header.
return-code output
INT .EXT:ref:1
indicates the outcome of the call.
file-format output
INT:value
indicates the file format (0 = format-1 files, 1 = format-2 files).
blocksize output
INT:value
indicates the block size of the file (0 = 512, 1 = 1024, 2 = 2048, 3 = 4096)
rsn-rbn output
INT(32):value
indicates the relative sector number (rsn) for format-1 files or the relative block
number (rbn) for format-2 files.
recnum-offset output
INT(32):value
indicates the record number within this block for relative files and entry sequence
files, or the offset within the block for unstructured files.
CALL ARGETAUDRECHEADERINFO ( return-code ! o
[ , file-format ! o
, blocksize ! o
, rsn-rbn ! o
, recnum-offset ] ) EXTENSIBLE; ! o