Previous Page
|
Next Page
TRACE
Controls the display of script statements in the Log window as they execute.
Syntax
Details
Syntax
TRACE
ON | OFF;
Syntax Description
ON
specifies that statements are displayed in the Log window.
OFF
specifies that statements are not displayed in the Log window. This is the default.
Details
The TRACE statement is most useful when debugging a script.
You can set the TRACE statement on or off several times in a script in order to trace execution of selected statements.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page