Using SQL Statements to Access SAS Data Sources

All applications that are ODBC compliant use SQL to access and manipulate data. However, most of these applications transform your actions into SQL statements so that you do not need to know anything about SQL.
For more information, see “The SQL Procedure” in Base SAS Procedures Guide. The elements of SQL grammar that are supported by the drivers are the same elements described in that document.