Leaves DBISQL.
{ EXIT | QUIT | BYE }
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.
Does a commit if option COMMIT_ON_EXIT is ON (default); otherwise does do a rollback.
None