IGYCB7303-S An exception "&1" occurred while processing numeric literals. The result of the operation was set to zero.

Explanation

The compiler determined at compile-time that performing a computation would always contain a division by zero.

System action

The compilation is terminated with a failure and RC=12.

User response

Correct the code so a division by zero does not happen.