Writes trace information to a specified location.
Valid in: | OPTIONS statement, configuration file, SAS invocation |
Default: | stdout |
Supports: | All |
specifies to write the trace information to the default output location for your operating environment. This is the default setting.
specifies to write the trace information to the SAS log.
specifies to write the trace information to an external file. You must enclose the external file specification in quotation marks.
options sastrace=',,,d' sastraceloc=file 'c:\work\trace.log';