QUIT Statement

Terminates the procedure.

Type: Optional statement
Applies to: access descriptor or view descriptor

Syntax

QUIT | EXIT;

Details

The QUIT statement terminates the ACCESS procedure without any further descriptor creation.
EXIT is the alias for the QUIT statement.