HP 3000 Manuals

EXIT [ ALLBASE/ISQL Reference Manual ] MPE/iX 5.0 Documentation


ALLBASE/ISQL Reference Manual

EXIT 

The EXIT command terminates an ISQL session and returns you to MPE XL.

Scope 

ISQL only.

ISQL Syntax 

EX[IT]

Description 

   *   If you have a DBEnvironment transaction in progress when you issue
       the EXIT command, ISQL prompts you as follows:

            A transaction is in progress.  Commit work (Y/N)>

       Enter N to roll back any DBEnvironment change(s) you made since
       signing on or since the latest COMMIT WORK. ISQL automatically
       processes a ROLLBACK WORK statement, and your changes are undone.

       Enter Y to commit any DBEnvironment change(s) you made since
       signing on or since the latest COMMIT WORK. ISQL automatically
       processes a COMMIT WORK statement, and your change(s) become
       permanent.

   *   After any transaction has been ended, the DBE session is
       automatically terminated.  ISQL then issues a RELEASE or STOP DBE
       statement on your behalf.

   *   EXIT has the same effect as END.

Example 

     isql=> EXIT; 

     :



MPE/iX 5.0 Documentation