EXIT statement [DBISQL]

Description

Leaves DBISQL.

Syntax

{ EXIT | QUIT | BYE }

Usage

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


Side effects

Will do a commit if option COMMIT_ON_EXIT is ON (default); otherwise will do a rollback.

Standards

Permissions

None.

See also

SET OPTION statement