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

File System Procedures
HP NonStop TMF Application Programmers Guide540139-009
4-36
STATUSTRANSACTION
trans-status output
INT .EXT:*
or
INT .EXT64:ref:1
is the status of the transaction, as follows:
transid input
FIXED:value
is an optional transaction identifier (in internal form). If this parameter is omitted,
STATUSTRANSACTION returns the status of the current transaction.
1ACTIVE
2 PREPARED
3 COMMITTED
4 ABORTING
5 ABORTED
6 HUNG
Note. EPTAL callers can pass 64-bit pointers by specifying the compiler directives
__EXT64 and SETTOG _64BIT_CALLS before sourcing from the EXTDECS file.