A SERVICE OF

logo

The LIBNAME Statement for Relational Databases TRACEFILE= LIBNAME Option 129
However, the same code with SQL_FUNCTIONS=ALL, returns 2001-1-29, which is an
ODBC date format. Care should be exercised when using this option.
TRACE= LIBNAME Option
Specifies whether to turn on tracing information that is used in debugging
Valid in:
the SAS/ACCESS LIBNAME statement
DBMS support:
ODBC, Microsoft SQL Server
Default value:
NO
Syntax
TRACE= YES | NO
Syntax Description
YES
specifies that tracing is turned on, and the DBMS driver manager writes each
function call to the trace file that is specified by TRACEFILE=.
NO
specifies that tracing is not turned on.
Details
This option is not supported on UNIX platforms.
See Also
“TRACEFILE= LIBNAME Option” on page 129
TRACEFILE= LIBNAME Option
Specifies the filename to which the DBMS driver manager writes trace information
Valid in: the SAS/ACCESS LIBNAME statement
DBMS support: ODBC, Microsoft SQL Server
Default value: none
Syntax
TRACEFILE= filename | <’>path-and-filename<’>