Product Site

C.1.38. Error 42 - Arithmetic overflow/underflow.

Explanation:

The result of an arithmetic operation requires an exponent that is greater than the platform limit of nine digits.

This error can occur during the evaluation of an expression (often as a result of trying to divide a number by 0) or while stepping a loop control variable.

The associated subcodes are:
001

Arithmetic overflow detected at: "value operator value".
002

Arithmetic underflow detected at: "value operator value".
003

Arithmetic overflow; divisor must not be zero.
900

message.
901

Arithmetic overflow; exponent ("exponent") exceeds number digits.
902

Arithmetic underflow; exponent ("exponent") exceeds number digits.
903

Arithmetic underflow; zero raised to a negative power.