Quit

PURPOSE:  The QUIT command terminates an ACCENT R session and returns control to the system command level.

Syntax

QUIT [/QUICK/; CLEAN]

QUICK

exits without reclaiming deleted space from the Data Base Library.  This option is the default.

CLEAN

reclaims the deleted space in the Data Base Library before exiting.

EXAMPLE

*QUIT
27590 characters of deleted space in your DBL
$@ACCENT
*USE DBL BOOKS
*QUIT CLEAN

NOTES:  QUIT or QUIT CLEAN  can be used in a CM.

When using QUIT or QUIT QUICK to leave ACCENT R, a message displays at the terminal specifying the amount of deleted space in the Data Base Library (DBL).  The QUIT CLEAN command can be used to remove the unwanted space.  Since the deleted items uses valuable storage space, the CLEAN option should be performed periodically.

The CLEAN option should only be performed when no other user is updating any object in the DBL. It could force users to stay in an application until the operation is completed.

ACCENT R checks the deleted space level only when quitting from interactive processing, not when the QUIT is executed in a Command Module (CM).  QUIT CLEAN can be used in a CM to exit ACCENT R and remove unwanted space.

SEE ALSO:  BYE