The STEP command executes
statements in the DATA step, starting with the statement at which
execution was suspended.
When you issue a STEP
command, the debugger:
-
executes the number of statements
that you specify
-
-
returns control to the user and
displays the > prompt.
Note: By default, you can execute
the STEP command by pressing the ENTER key.