Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-198
STATUS TRANSACTION
STATUS TRANSACTION
The STATUS TRANSACTION command returns transaction identifiers and status. This 
command and the STATUS TRANSACTIONCHILDREN 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. 
Command
ZTMF-CMD-Status
Object Type
ZTMF-OBJ-Transaction
Tokens in Command Buffer
ZTMF-TKN-TransID              token-type ZSPI-TYP-TransID.
ZTMF-TKN-ProcessName          token-type ZSPI-TYP-String.
ZTMF-TKN-CPUPIN               token-type ZSPI-TYP-Int-Pair.
ZSPI-TKN-Context              token-type ZSPI-TYP-ByteString.
ZTMF-MAP-Status-Transaction
def ZTMF-DDL-Status-Transaction.
  02 ZState                   token-type ZSPI-DDL-Enum.
  02 ZStatusDetail            token-type ZSPI-DDL-Enum.
end.
Tokens in Response Buffer
ZTMF-TKN-TransID              token-type ZSPI-TYP-TransID.
ZTMF-TKN-TimeStamp            token-type ZSPI-DDL-TimeStamp.
ZTMF-TKN-Children             token-type ZTMF-TYP-Children.
ZSPI-TKN-RmName               token-type ZSPI-TYP-String.
ZSPI-TKN-Context              token-type ZSPI-TYP-ByteString.
ZTMF-MAP-Status-Trans-Rsp
def ZTMF-DDL-Status-Trans-Rsp.
  02 ZState                   token-type ZSPI-DDL-Enum.
  02 ZDistributed             token-type ZSPI-DDL-Boolean.
  02 ZProcessPhandl           token-type ZSPI-DDL-Phandle.
  02 ZParentName              token-type ZSPI-DDL-Char8.
  02 ZParentNumber            token-type ZSPI-DDL-Int2.
  02 ZRetryCount              token-type ZSPI-DDL-Int.
  02 ZStartingMatNum          token-type ZSPI-DDL-Int2.
  02 ZReason                  token-type ZSPI-DDL-Enum.
  02 ZProcess-Index           token-type ZSPI-DDL-Int.
end.