QUIT Statement

Terminates the procedure without any further descriptor creation.

Type: Optional statement

Syntax

QUIT|EXIT;

Details

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