Stepping through a program
Stepping through a program means that you run a program one line
at a time. After each line is run, you can observe changes in program
flow and storage. These changes are displayed in the Monitor window,
Source window, and Log window. Use the STEP
command to
step through a program.
Refer to the following topics for more information related to the material discussed in this topic.
- Related tasks
- Stepping through or running your program