SAS Institute. The Power to Know

SAS/ACCESS(R) 9.2 Interface to PC Files: Reference

space
Previous Page | Next Page

The LIBNAME Statement for PC Files on Microsoft Windows

DBCONDITION= Data Set Option



Specifies criteria for subsetting and ordering data.
Valid in: DATA and PROC steps (when accessing PC files data using SAS/ACCESS software)
Default value: none

Syntax
Syntax Description
Details

Syntax

DBCONDITION="SQL-query-clause"

Syntax Description

SQL-query-clause

is a data source-specific SQL query clause, such as WHERE, GROUP BY, HAVING, or ORDER BY.


Details

This option enables you to specify selection criteria in the form of data source-specific SQL query clauses, which the SAS/ACCESS engine passes directly to the data source for processing. When selection criteria are passed directly to the data source for processing, performance is often enhanced. The data source checks the criteria for syntax errors when it receives the SQL query.

The DBKEY= option is ignored when you use DBCONDITION=.

space
Previous Page | Next Page | Top of Page