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

TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmer’s Guide—522419-005
5-59
ARGETAUDRECHEADERINFO
ARGETAUDRECHEADERINFO
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 .EXT:ref
indicates the file format (0 = format-1 files, 1 = format-2 files).
blocksize output
INT .EXT:ref
indicates the block size of the file (0 = 512, 1 = 1024, 2 = 2048, 3 = 4096)
rsn-rbn output
INT(32) .EXT:ref
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) .EXT:ref
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