USE_ODBC_CL= LIBNAME Option

Indicates whether the Driver Manager uses the ODBC Cursor Library.
Valid in: SAS/ACCESS LIBNAME statement and some DBMS-specific connection options. See the DBMS-specific reference section for details.
Default: NO
Data source: Aster nCluster, HP Neoview, Microsoft SQL Server, Netezza, ODBC
See: For more information about the ODBC Cursor Library, see your vendor-specific documentation.

Syntax

USE_ODBC_CL=YES | NO

Syntax Description

YES
specifies that the Driver Manager uses the ODBC Cursor Library. The ODBC Cursor Library supports block scrollable cursors and positioned update and delete statements.
NO
specifies that the Driver Manager uses the scrolling capabilities of the driver.