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 thePERFORM
statement on line "&1" to itself.
The program may enter an endless loop, unless the program contains
other code to terminate the loop.