KFAA30801-E
An overflow occurred in aa....aa of the "bb....bb" data type. (M+J+O)
One of the following errors occurred:
-
An overflow occurred in operation aa....aa using numeric data type bb....bb. <SQLSTATE: 22003>
-
An overflow occurred in operation aa....aa using datetime data type bb....bb. <SQLSTATE: 22008>
- aa....aa: Type of operation that generated the overflow
-
-
addition: Addition
-
subtraction: Subtraction
-
multiplication: Multiplication
-
division: Division
-
- bb....bb: Data type that generated the overflow
-
-
INTEGER
-
DECIMAL
-
DOUBLE PRECISION
-
DATE
-
TIME
-
TIMESTAMP
-
- S:
-
Ignores this SQL statement. Alternatively, the system invalidates this transaction.
- Action:
-
Correct the SQL statement so that no overflow occurs.