Correcting Your Program
About this task
If you cannot understand why your program is giving wrong results, you can:
Modify your program so that it tells you what it is doing
Use some of the REXX interactive trace facilities (See
Interactive Debugging of Programs
).
You will gradually learn which of these techniques suits you better.
Modifying Your Program
Tracing Your Program
Parent topic:
Programming Style and Techniques