| DATA Step Debugger |
| 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 |
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.
| Examples |
Determine whether TRACE is ON or OFF:
trace
Prepare to display a record of debugger execution:
trace on
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.