EXIT statement [DBISQL]

Description

Leaves DBISQL.

Syntax

{ EXIT | QUIT | BYE }

Usage

Leaves the DBISQL environment and return to the operating system. This closes your connection with the database. Before doing so, DBISQL performs a COMMIT if the COMMIT_ON_EXIT option is ON. If the option is OFF, DBISQL performs a ROLLBACK. The default action is to COMMIT any changes you have made to the database.


Side effects

Does a commit if option COMMIT_ON_EXIT is ON (default); otherwise does do a rollback.

Standards

Permissions

None

See also

SET OPTION statement