Chapter Contents

Previous

Next
TRACE

TRACE



Controls whether the debugger displays a continuous record of the DATA step execution

Category: Manipulating Debugging Requests
Alias: T
Default: OFF


Syntax
Without Arguments
Arguments
Examples

Syntax

TRACE <ON | OFF>


Without Arguments

TRACE displays the current status of the TRACE command.


Arguments

ON
prepares for the debugger to display a continuous record of DATA step execution. The next statement that resumes DATA step execution (such as GO) records all actions taken during DATA step execution in the DEBUGGER LOG window.

OFF
stops the display.


Examples


Chapter Contents

Previous

Next

Top of Page

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