ALLBASE/SQL Message Manual (36216-90213)

Chapter 6 183
ALLBASE/SQL Error Messages: 2420-2795
ACTION Verify that all interval literals in the query are specified in
the default specification "DDDDDDD HH:MI:SS.FFF"
where "DDDDDDD" can be 1 to 7 digits.
2634 MESSAGE Size of interval literal less than valid
default size. (DBERR 2634)
CAUSE You tried to insert an interval value of incorrect length.
ACTION Verify that all interval literals in the query are of the
correct size.
2635 MESSAGE Real precision overflow on operation !.
(DBERR 2635)
CAUSE The result of a real arithmetic operation within an
expression was too big for the hardware to accommodate.
ACTION Try to modify your expression to convert the real values in
it to floats or to have a target host variable of type FLOAT.
2636 MESSAGE Real precision underflow on operation !.
(DBERR 2636)
CAUSE The result of a real arithmetic operation within an
expression was too small for the hardware to
accommodate.
ACTION Try to modify your expression to convert the real values in
it to floats or to have a target host variable of type FLOAT.
2637 MESSAGE Format specification exceeds maximum length
(! bytes). (DBERR 2637)
CAUSE You specified a date/time format length which exceeds the
maximum length of 72 bytes.
ACTION Issue the command again with the length less than 72
bytes.
2638 MESSAGE End of format specification detected before
parsing end of datetime literal. (DBERR 2638)
CAUSE Datetime literal does not match format specification given.
Extra characters exist in datetime literal after parsing end
of format specification.
ACTION Ensure the compatibility between the format specification
and datetime literal specified in the datetime input
function.
2639 MESSAGE Invalid format specification in second
parameter of datetime function. (DBERR 2639)
CAUSE A unit within the format specification is not a valid unit.
ACTION Re-issue the command with a format specification.
2641 MESSAGE Redundant fields specified in format