Accessing Specific Types of Data

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 more information about the connection properties used in the sample code, see Connection Properties for the SAS Drivers.
For information about how to control specific aspects of data access, such as limiting the number of retrieved records, see Working with Data.