The EXECUTE statement
sends dynamic non-query, DBMS-specific SQL statements to the DBMS
and processes those statements.
In some
SAS/ACCESS interfaces,
you can issue an EXECUTE statement directly without first explicitly
connecting to a DBMS. (See
CONNECT statement.) If you omit the CONNECT statement, an implicit connection
is performed (by using default values for all database connection
arguments) when the first EXECUTE statement is passed to the DBMS.
See the documentation for
your SAS/ACCESS interface for details.
The EXECUTE statement
cannot be stored as part of an SQL pass-through facility query in
a PROC SQL view.