TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-14
#ABORTTRANSACTION Built-In Function
ABENDED: $TMP2
CPU Time 0:00:00.018
Completion Code 20
Termination Info 2278
Subsystem
#ABORTTRANSACTION Built-In Function
Use #ABORTTRANSACTION to abort and back out a transaction. This function
invokes the ABORTTRANSACTION operating system procedure. When the process
that issued #BEGINTRANSACTION (or its backup) calls this procedure, the TMF
subsystem backs out the database changes made for the current transaction identifier
of the process.
Result
#ABORTTRANSACTION returns zero if successful, or a file-system error indicating the
reason the operation failed.
Consideration
To commit the database changes associated with a transaction identifier, use the
#ENDTRANSACTION built-in function.
#ABORTTRANSACTION