Commands and Responses
HP NonStop TMF Management Programming Manual—540140-008
5-177
STATUS OPERATION
STATUS OPERATION
The STATUS OPERATION command returns the status of TMF operations that were 
recently completed or are now in progress.
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-Operation
Tokens in Command Buffer
ZTMF-TKN-OperationNum         token-type ZSPI-TYP-Int.
ZTMF-MAP-Status-Operations
def ZTMF-DDL-Status-Operations.
  02 ZOperationType           token-type ZSPI-DDL-Enum.
  02 ZState                   token-type ZSPI-DDL-Enum.
  02 ZBeginTime               token-type ZSPI-DDL-TimeStamp.
end.
Tokens in Response Buffer
ZTMF-MAP-Status-Ops-Resp
def ZTMF-DDL-Status-Ops-Resp.
  02 ZOperationNum             token-type ZSPI-DDL-Int.
  02 ZOperationType            token-type ZSPI-DDL-Enum.
  02 ZState                    token-type ZSPI-DDL-Enum.
  02 ZBeginTime                token-type ZSPI-DDL-TimeStamp.
  02 ZEndTime                  token-type ZSPI-DDL-TimeStamp.
end.