DATA Step Debugger Commands by Category

Category Language elements Description
Controlling Program ExecutionGOStarts or resumes execution of the DATA step.
JUMPRestarts execution of a suspended program.
STEPExecutes statements one at a time in the active program.
Controlling the WindowsHELPDisplays information about debugger commands.
SWAPSwitches control between the SOURCE window and the LOG window.
Manipulating DATA Step VariablesCALCULATEEvaluates a debugger expression and displays the result.
DESCRIBEDisplays the attributes of one or more variables.
EXAMINEDisplays the value of one or more variables.
SETAssigns a new value to a specified variable.
Manipulating Debugging RequestsBREAKSuspends program execution at an executable statement.
DELETEDeletes breakpoints or the watch status of variables in the DATA step.
LISTDisplays all occurrences of the item that is listed in the argument.
TRACEControls whether the debugger displays a continuous record of the DATA step execution.
WATCHSuspends execution when the value of a specified variable changes.
Tailoring the DebuggerENTERAssigns one or more debugger commands to the ENTER key.
Terminating the DebuggerQUITTerminates a debugger session.