Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-105
INFO BEGINTRANS
INFO BEGINTRANS
The INFO BEGINTRANS command returns the configured attribute values for the 
BEGINTRANS object that disables and reenables transaction processing.
Command Syntax
For information on the tokens present in the command and response buffers, see the 
SPI Programming Manual. 
Command
ZTMF-CMD-Info
Object Type
ZTMF-OBJ-BeginTrans
Tokens in Command Buffer
None.
Tokens in Response Buffer
ZTMF-MAP-Info-BeginTrans
def ZTMF-DDL-Info-BeginTrans.
  02 ZTransCountThresh         token-type ZSPI-DDL-Int2-Pair.
  02 ZTmfLibMemThresh          token-type ZSPI-DDL-Int-Pair.
  02 ZTmpMemThresh             token-type ZSPI-DDL-Int-Pair.
  02 ZTransPerCpuCurrent       token-type ZSPI-DDL-Int2-Pair.
  02 ZTransPerCpuConfig        token-type ZSPI-DDL-Int2-Pair.
  02 ZAutoAbort                token-type ZSPI-DDL-Int2.
  02 ZRecRmCountCurr           token-type ZSPI-DDL-Int.
  02 ZRecRmCountConfig         token-type ZSPI-DDL-Int.
  02 ZRmOpenPerCpuCurr         token-type ZSPI-DDL-Int.
  02 ZRmOpenPerCpuConfig       token-type ZSPI-DDL-Int.
  02 ZBranchesPerRmCurr        token-type ZSPI-DDL-Int.
  02 ZBranchesPerRmConfig      token-type ZSPI-DDL-Int.
  02 ZThreshAutoIncrease       token-type ZSPI-DDL-Boolean.
  02 ZThreshLowerLimit         token-type ZSPI-DDL-Int.
  02 ZThreshIncrAmount         token-type ZSPI-DDL-Int.
  02 ZThreshNumberOfIncr       token-type ZSPI-DDL-Int.
end.