TMF Management Programming Manual (H06.05+)

Commands and Responses
HP NonStop TMF Management Programming Manual540140-002
5-161
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
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-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.