Finding the reason for the loop

Before you begin

About this task

Procedure

  1. Look carefully at the statements contained in the loop. Does the logic of the code suggest why the loop occurred?
  2. 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.

Example

What to do next