To execute the DATA step one statement at a time or a few statements at a time, use the STEP command. By default, the STEP command is mapped to the ENTER key. In a debugging session, statements in a ...
The DEBUGGER LOG displays the value of COST, executes the next five statements, and then displays the value of DURATION. Note: Defining a macro on the DEBUGGER LOG command line allows you to use the ...
When you're debugging, you probably know that you can use the Debug | Step Out menu choice to exit a method without having to step through all the code in the method. But, if you want to step out and ...