The FedSQL explicit pass-through facility enables you
to connect to a data source and send SQL statements directly to that
data source for execution. This facility also enables you to use the
syntax of your data source, and it supports any non-ANSI standard
SQL that is supported by your data source.
You can create a connection
to the language processor. This connection supports standard SQL syntax.
This connection can also accept native SQL syntax through the use
of the CONNECTION TO component of the SELECT statement’s FROM
clause, and the EXECUTE statement. Note that on SAS Federation Server,
use of these statements is allowed only when the DSN is configured
to use personal logins because of security restrictions..