PROC SQL supports options that can give you greater control over PROC SQL while you are developing a query:
-
The INOBS=, OUTOBS=, and LOOPS= options reduce query execution time by
limiting the number of rows and the number of iterations that PROC SQL
processes.
-
The EXEC and VALIDATE statements enable you to quickly check the syntax of a
query.
-
The FEEDBACK option displays the columns that are represented by a SELECT *
statement.
- The PROC SQL STIMER option records and displays query execution time.
No comments:
Post a Comment