IGZ0061S   Division by zero occurred in program program-name at displacement displacement.

Explanation

Division by zero occurred in a library routine. Division by zero is not defined. If a SIZE ERROR clause had appeared on the statement in question, the SIZE ERROR imperative would have been used. However, no SIZE ERROR clause was present.

System action

The application was terminated.

Programmer response

Ensure that the program variables in the failing statement have been set correctly.

Symbolic Feedback Code

IGZ01T