Using the LIBNAME Statement for SAP |
Valid in: | SAS/ACCESS LIBNAME statement for SAP |
DBMS support: | DB2 UNIX/PC, DB2 z/OS,
HP Neoview, Informix, Microsoft SQL Server, MySQL, Netezza, ODBC, OLE DB, Oracle, Sybase, Teradata, SAP |
Default value: | COMPAT |
Syntax |
Syntax |
DBSASLABEL= COMPAT | NONE |
COMPAT |
specifies that the column labels are compatible with the engine's behavior in previous SAS releases. The SAP engine returns the short descriptive text for the columns of the SAP table. It reads the column label from the SAP data dictionary. This is the default value. |
NONE |
specifies that no column label information is returned. |
For more information about the DBSASLABEL= option, see the LIBNAME statement for relational databases in the SAS/ACCESS for Relational Databases: Reference.
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.