Previous Page | Next Page

DATA Step Debugger

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

Previous Page | Next Page | Top of Page