A program specification requires your program to assume ownership of a transaction started in
another process. What is true?

A.
A program cannot assume ownership of a transaction which it did not begin.
B.
You issue a TMF_TXBEGIN after the original owner has issued TMF_SUSPEND_.
C.
You issue a TMF_RESUME_ after the original owner has issued TMF_SUSPEND_.
D.
You issue an ACTIVATERECEIVETRANSID after the original owner has released the transaction by
setting their current transid to null.