TMF Management Programming Manual (H06.05+)

Commands and Responses
HP NonStop TMF Management Programming Manual540140-002
5-181
STATUS RMTRANSBRANCHES
STATUS RMTRANSBRANCHES
The STATUS RMTRANSBRANCHES command returns data about each of the
outstanding transaction branches handled for the specified recoverable resource
managers. This programmatic command provides the same functionality as the
DETAIL option of the TMFCOM STATUS RESOURCEMANAGER command.
One ZTMF-TKN-RmName token and ZTMF-TKN-TransID token is returned for each
transaction branch. The ZSPI-TKN-Context token is returned only if the reply message
had insufficient space and the TMP has additional transaction branches. If the ZSPI-
TKN-Context token is present in the response buffer, you must include the ZSPI-TKN-
Context token in supplemental requests.
Command Syntax
Refer to the SPI Programming Manual for tokens present in the command and
response buffers but not described below.
Command
ZTMF-CMD-Status
Object Type
ZTMF-OBJ-RmTransBranches
Tokens in Command Buffer
ZTMF-TKN-RmName token-type ZTMF-TYP-String.
ZSPI-TKN-Context token-type ZSPI-TYP-ByteString.
Tokens in Response Buffer
ZTMF-TKN-RmName token-type ZSPI-TYP-String.
ZTMF-TKN-TransID token-type ZSPI-TYP-TransID.
ZSPI-TKN-Context token-type ZSPI-TYP-ByteString.
ZTMF-MAP-Status-RmTrBr-Rsp
def ZTMF-DDL-Status-RmTrBr-Rsp
02 ZState token-type ZSPI-DDL-Enum.
02 ZBranchNumber token-type ZSPI-DDL-Int.
end.