Previous Page | Next Page

SAS/CONNECT Script Statements

TRACE



Controls the display of script statements in the Log window as they execute.

Syntax
Syntax Description

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.

Previous Page | Next Page | Top of Page