![]() ![]() |
|
TRANSENDThis statement is used to mark the end of a successfully completed transaction.
COMMAND SYNTAXTRANSEND {end-text} [THEN statement | ELSE statement]
SYNTAX ELEMENTSend-text specifies an optional text string to save with the transaction end record. A THEN or ELSE (or both) statement is required. The THEN clause will be executed if the transaction is successfully ended. The ELSE clause will be executed if the transaction end fails for any reason.
NOTESAny record locks set during the transaction will be released upon successful completion. |