Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-166
STATUS BEGINTRANS
STATUS BEGINTRANS
The STATUS BEGINTRANS command returns the current status of TMF transaction 
processing, indicating whether this feature is enabled or disabled.
If transaction processing is disabled, STATUS BEGINTRANS reports all reasons why 
the disability exists. 
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-BeginTrans
Tokens in Command Buffer
None.
Tokens in Response Buffer
ZTMF-MAP-Status-BeginTrans
def ZTMF-DDL-Status-BeginTrans.
  02 ZDisableCount             token-type ZSPI-DDL-Int.
  02 ZDisableTxCount           token-type ZSPI-DDL-Boolean.
  02 ZDisableOper              token-type ZSPI-DDL-Boolean.
  02 ZDisableStop              token-type ZSPI-DDL-Boolean.
  02 ZDisableAt                token-type ZSPI-DDL-Boolean.
                               OCCURS 16 TIMES.
  02 ZDisableLibMem            token-type ZSPI-DDL-Boolean.
                               OCCURS 16 TIMES.
  02 ZDisableTmpMem            token-type ZSPI-DDL-Boolean.
                               OCCURS 16 TIMES.
end.