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