PRC2025 The procedure was terminated because it recursively invokes itself.

Explanation

The procedure recursively invoked itself. Recursion is not supported in procedures.

User response

Rewrite the procedure and remove the recursion.