Previous Page | Next Page

The LIBNAME Statement for Relational Databases

SQL_OJ_ANSI= LIBNAME Option



Specifies whether to pass ANSI outer-join syntax through to the database.
Default value: NO
Valid in: SAS/ACCESS LIBNAME statement
DBMS support: Sybase

Syntax
Syntax Description
Details

Syntax

SQL_OJ_ANSI=YES | NO

Syntax Description

YES

specifies that ANSI outer-join syntax is passed through to the database.

NO

disables pass-through of ANSI outer-joins.


Details

Sybase can process SQL outer joins only if the version of the Adaptive Server Enterprise (ASE) database is 12.5.2 or higher.

Previous Page | Next Page | Top of Page