Finding the reason for the loop
Before you begin
About this task
Procedure
- Look carefully at the statements contained in the loop. Does the logic of the code suggest why the loop occurred?
- If not, examine the contents of data fields in the task user storage.
Look particularly for unexpected response codes, and null values when finite values are expected. Programs can react unpredictably when they encounter these conditions, unless they are tested for and handled accordingly.