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

File System Procedures
HP NonStop TMF Application Programmer’s Guide—522419-004
4-15
GETTRANSID
transid output
INT:ref:4
is a four-word array into which GETTRANSID returns the transaction identifier of
the current transaction. Its form is as follows:
Transaction ID Description
transid[0].<0:7> contains 1 plus the Expand system number of the system in which
BEGINTRANSACTION was called (this field contains 0 if the
originating system is not part of a network). The system number
identifies the home node of the transaction.
transid[0].<8:15> contains the number of the processor in which the transaction
originated.
transid[1:2] contains a double-word sequence number to make the transaction
identifier unique.
transid[3] contains tm-flags, a number (zero or nonzero) representing flags
used internally by TMF.