CEE2606E
Result overflows output field.

Explanation

The floating-point input value is too large or the output character string is too small to contain the fixed-point representation of the input argument.

System action

The result value is undefined.

Programmer response

Ensure the input floating-point value is properly specified and the length of the output character string is big enough to contain the fixed-point representation of the input argument.

Symbolic Feedback Code

CEE2HE