Previous Page | Next Page

Macro Variables and System Options for Relational Databases

SASTRACELOC= System Option



Prints SASTRACE information to a specified location.
Default value: stdout
Valid in: configuration file, SAS invocation, OPTIONS statement
DBMS support: DB2 UNIX/PC, HP Neoview, Informix, Microsoft SQL Server, MySQL, Netezza, ODBC, OLE DB, Oracle, Sybase, Teradata

Syntax
Details
Example

Syntax

SASTRACELOC=stdout | SASLOG | FILE 'path-and-filename'


Details

SASTRACELOC= lets you specify where to put the trace messages that SASTRACE= generates. By default, output goes to the default output location for your operating environment. Specify SASTRACELOC=SASLOG to send output to a SAS log.

This option and its values might differ for each host.


Example

On a PC platform this example writes trace information to the TRACE.LOG file in the work directory on the C drive.

options sastrace=',,,d' sastraceloc=file 'c:\work\trace.log';

Previous Page | Next Page | Top of Page