ALLBASE/SQL Message Manual (36216-90213)

Chapter 6 179
ALLBASE/SQL Error Messages: 2420-2795
2601 MESSAGE Integer divide by zero. (DBERR 2601)
CAUSE The result of an arithmetic operation within an expression
caused an integer value to be divided by zero.
ACTION Look at your data to find where this error occurred and
make any necessary changes to your expression.
2602 MESSAGE Extended precision overflow on operation !.
(DBERR 2602)
CAUSE The result of a float arithmetic operation within an
expression was too big for the hardware to accommodate.
ACTION Try to modify your expression so that divisions occur
before multiplications or break the expression into
multiple expressions.
2603 MESSAGE Extended precision underflow on operation !.
(DBERR 2603)
CAUSE The result of a float arithmetic operation within an
expression was too small for the hardware to
accommodate.
ACTION Try to modify your expression so that multiplications
occur before divisions or break the expression into
multiple expressions.
2604 MESSAGE Extended precision divide by zero. (DBERR
2604)
CAUSE The result of an arithmetic operation within an expression
caused an extended precision value to be divided by zero.
ACTION Look at your data to find where this error occurred and
make any necessary changes.
2605 MESSAGE Packed decimal overflow on operation !.
(DBERR 2605)
CAUSE The result of an intermediate decimal operation was too
big for the hardware to accommodate.
ACTION Try to modify your expression so that divisions occur
before multiplications or break the expression into
multiple expressions.
2606 MESSAGE Invalid decimal digit in operation !. (DBERR
2606)
CAUSE The decimal number you included through the host
variable in a COBOL program was not valid.
ACTION Correct the decimal so that it is within the range of 0
through 9 and contains either a + or - sign.
2607 MESSAGE Packed decimal divide by zero. (DBERR 2607)