IGZ0015S   A recursive call was attempted to a program that was already active. The program name is program-name.

Explanation

An illegal recursive entry to an active program is detected. For example, Program A has CALLed Program B, and Program B is CALLing Program A.

System action

The application was terminated.

Programmer response

Remove the recursive call to program-name or specify the IS RECURSIVE phrase on the PROGRAM-ID statement for the recursively CALLed program. Additionally, if the recursive program is called dynamically, link-edit it with REUS.

Symbolic Feedback Code

IGZ00F