TLOG-STOP Command

The TLOG-STOP command ends the current transaction logging process.

Format

TLOG-STOP [(options)]

Parameter(s)

options

The following options are supported:

E

Ends transaction logging when the queue is empty.

O

Logs off the transaction logger when it has finished dequeueing transactions to backup medium.

U

Terminates the current transaction logging session by immediately logging off the transaction processor. When this option is used, all other options are ignored.

W

Waits for the transaction logging session to end before returning to TCL. The W option is useful in programs, as it allows system events to be synchronized.

Description

When TLOG-STOP is entered with no options, the transaction logging process is terminated and control is immediately returned to TCL. Processing of the current transaction remaining in the queue is finished (unless the E option is specified), output is terminated, END OF SESSION and an End-Of-File mark are written to the backup medium.