TMF Application Programmer's Guide (G06.26+)
File System Procedures
HP NonStop TMF Application Programmer’s Guide—522419-005
4-20
STATUSTRANSACTION
STATUSTRANSACTION
In addition to determining the status of a transaction, this procedure optionally accepts
a transaction identifier as an input parameter. If you omit the transaction identifier from
the call, STATUSTRANSACTION returns the status of the current transaction.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
status returned value
INT
is a file system error number:
For a list of all possible file system error numbers, refer to the Operator Messages
Manual.
#include <cextdecs(STATUSTRANSACTION)>
short STATUSTRANSACTION ( short _far *trans-status
,[ long long transid ] );
status := STATUSTRANSACTION ( trans-status ! o
[ , transid ] ); ! i
0 Successful completion.
22 Bounds error.
29 Missing parameter(s).
53 File system internal error.
75 No such transaction.
78 Calling process’ current transaction in the nil state.
82 TMF not running.
84 TMF not configured.