IGYCB7302-W A zero base was raised to a negative power in a numeric literal
exponentiation. The result was set to 0.
Explanation
The compiler determined at compile time that performing
an exponentiation would result in zero raised to a negative power.
System action
The compilation continues. RC=4 is returned.
User response
Investigate whether the computation was intended
to be zero raised to a negative power.