CEE3222S
The system detected an IEEE exponent-overflow exception. The result was inexact and truncated.

Explanation

An IEEE-overflow condition is recognized when the exponent of the rounded result of an operation would be greater than the maximum exponent of the target format if the exponent range were unbounded.

System action

The thread is terminated.

Programmer response

You can use a condition handling routine to correct the data values and resume the application.

Symbolic Feedback Code

CEE34M