IGYCB7310-W The "PERFORM" statement at "PERFORM (line &1)" cannot reach its exit.

Explanation

The compiler has determined that for a PERFORM statement, the sections or paragraphs being performed either terminate or enter an endless loop, so control never returns to the line following the PERFORM statement.

System action

The compilation continues. RC=4 is returned.

User response

Investigate whether the termination or endless loop in the performed sections or paragraphs is expected.