This chapter explains
how to write Java applications that access Base SAS data sets, SPD
Server data, and third-party DBMS data. These tasks were chosen because
they have some aspects that are specific to SAS. To access the result
set that is returned by a query, you use standard JDBC syntax.
For information about
how to control specific aspects of data access, such as limiting the
number of retrieved records, see Working with Data.