TMF Management Programming Manual (G06.24+)
Commands and Responses
HP NonStop TMF Management Programming Manual—522420-002
5-5
ABORT TRANSACTION
ABORT TRANSACTION
The ABORT TRANSACTION command cancels the effects of an active transaction, or
reattempts to cancel an aborting or hung transaction, and releases the locks held by
that transaction.
Command Syntax
Refer to the SPI Programming Manual for tokens present in the command and
response buffers but not described below.
Command
ZTMF-CMD-ABORT
Object Type
ZTMF-OBJ-TRANSACTION
Tokens in Command Buffer
ZTMF-MAP-ABORT-TRANSACTION
def ZTMF-DDL-ABORT-TRANSACTION.
!r
02 ZIGNOREDATAERRORS token-type ZSPI-DDL-BOOLEAN.
02 ZAVOIDHANGING token-type ZSPI-DDL-BOOLEAN.
end.
ZTMF-TKN-TRANSID token-type ZSPI-TYP-TRANSID.
ZSPI-TKN-MAXRESP token-type ZSPI-TYP-INT.
ZSPI-TKN-COMMENT token-type ZSPI-TYP-STRING.
ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING.
Tokens in Response Buffer
ZSPI-TKN-RETCODE token-type ZSPI-TYP-ENUM.
ZTMF-TKN-TRANSID token-type ZSPI-TYP-TRANSID.
ZSPI-TKN-DATALIST token-type ZSPI-TYP-LIST.
...
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
...
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZSPI-TKN-CONTEXT token-type ZSPI-TYP-BYTESTRING.