IGYCB7309-W There may be a loop from the "PERFORM" statement at "PERFORM (line &1)" to itself.

Explanation

The compiler has determined that there is a loop from the PERFORM statement on line "&1" to itself. The program may enter an endless loop, unless the program contains other code to terminate the loop.

System action

The compilation continues. RC=4 is returned.

User response

Ensure that the program can terminate the loop successfully.