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