SQL Procedure

RESET Statement

Resets PROC SQL options without restarting the procedure.

See: Combining Two Tables

Syntax

RESET <option(s)>;

Required Argument

RESET

The RESET statement enables you to add, drop, or change the options in PROC SQL without restarting the procedure. For more information, see PROC SQL Statement for a description of the options.