TMF Application Programmer's Guide (H06.06+, J06.03+)

TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmers Guide540139-009
5-87
AROPEN
trail-index-list input, optional
INT .EXT ref:trail-index-count
is an integer array of trail-index-count size. Valid only if trail-index-
count is not zero. Each entry is the audit-trail index of an auxiliary audit trail to be
read by this MERGE cursor. Each value must be 1 through 15, and may not be
repeated. Each value must be that of a configured auxiliary audit trail.
sub-system output, optional
INT .EXT:ref:1
is a returned value valid only when return-code equals ARE-INTERNAL-ERROR
(-1000), in which case this value reports the subsystem that returned the error.
Table 5-4 describes the subsystem codes.
ar-error output, optional
INT .EXT:ref:1
is a returned value valid only when return-code equals ARE-INTERNAL-ERROR
(-1000), in which case the value indicates the specific error. Table 5-5 describes
the error codes.
Considerations
The optional parameters sub-system and ar-error must be passed in pairs. You
must pass either both the parameters or none.