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

TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmer’s Guide—522419-004
5-35
ARCLOSE
ARCLOSE
This procedure closes an open cursor. Closing a cursor ends its association with a
particular audit trail and makes that cursor available for reassignment by a subsequent
call to the AROPEN procedure.
return-code output
INT .EXT:ref:1
is a returned value indicating the outcome of this procedure.
cursor-number input
INT:value
is the number identifying the particular open cursor to be closed.
CALL ARCLOSE ( return-code ! o
, cursor-number ); ! i
Errors (<0) Table 5-3 (later in this section) describes the error codes.
Warnings (>0) None.