Chapter Contents

Previous

Next
TRACE

TRACE



Displays script statements as they execute

All connections


Syntax
Syntax Description

Syntax

TRACE ON | OFF;

Syntax Description

ON
specifies that statements are displayed.

OFF
specifies that statements are not displayed. This is the default.

Details

The TRACE statement specifies whether script statements are displayed in the SAS Log window as the script executes. This 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.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.