Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-205
STATUS TRANSACTIONCHILDREN
STATUS TRANSACTIONCHILDREN
The STATUS TRANSACTIONCHILDREN command returns the nodes in a network 
that participate in a network-distributed transaction. This command and the STATUS 
TRANSACTION command are together equivalent to the TMFCOM STATUS 
TRANSACTION command.
Command Syntax
For information on the tokens present in the command and response buffers, see the 
SPI Programming Manual. 
Tokens in Command Buffer
ZTMF-TKN-Children
specifies a network-distributed transaction. The value for this token is returned in 
the same token for the Status Transaction command. This token is required, and 
multiple occurrences are not allowed.
ZTMF-TKN-TransID
specifies a transaction identifier for which status information is to be returned. This 
is a mandatory token in all buffers. 
Command
ZTMF-CMD-Status
Object Type
ZTMF-OBJ-TransactionChildren
Tokens in Command Buffer
ZTMF-TKN-Children             token-type ZTMF-TYP-Children  
ZTMF-TKN-TransID              token-type ZSPI-TYP-TransID.
ZSPI-TKN-Context              token-type ZSPI-TYP-ByteString.
Tokens in Response Buffer
ZTMF-TKN-RmName               token-type ZSPI-TYP-String.
ZTMF-TKN-ChildBranchNum       token-type ZSPI-TYP-Int.
ZTMF-MAP-Status-Tx-Children
def ZTMF-DDL-Status-Tx-Children.
  02 ZChildSystemName         token-type ZSPI-DDL-Char8.
  02 ZChildSystemNumber       token-type ZSPI-DDL-Int2.
end.