ALLBASE/SQL Message Manual (36216-90213)

172 Chapter6
ALLBASE/SQL Error Messages: 2420-2795
CAUSE You issued a BEGIN WORK with an invalid priority
option.
ACTION Reissue the BEGIN WORK with a priority within the
valid range.
2436 MESSAGE Invalid decimal parameter - Scale ! exceeds
precision !. (DBERR 2436)
CAUSE The decimal scale was greater than the precision value.
ACTION Refer to the "Data Types" chapter in the
ALLBASE/SQL
Reference Guide
for complete information about valid
decimal values.
2437 MESSAGE Invalid decimal result - Scale ! exceeds
precision !. (DBERR 2437)
CAUSE The scale specified was greater than the precision
specified for a procedure result column.
ACTION Issue the CREATE PROCEDURE statement again,
specifying a valid decimal result type. Refer to the
ALLBASE/SQL Reference Manual for valid decimal data
type specifications.
2438 MESSAGE Length of result ! in procedure !.! exceeds !
bytes. (DBERR 2438)
CAUSE The number of bytes you specified for a procedure result
column exceeded the maximum allowed.
ACTION Issue the CREATE PROCEDURE statement again,
specifying a number of bytes no greater than the
maximum.
2439 MESSAGE Length of result ! in procedure !.! below
minimum ! bytes. (DBERR 2439)
CAUSE You tried to create a procedure result column with a
length of 0 bytes.
ACTION Issue the CREATE PROCEDURE statement again,
specifying a length of at least 1 byte.
2440 MESSAGE ! should be ! to !. Number ! is invalid.
(DBERR 2440)
CAUSE The size you specified for one or more parameters of the
START DBE statement is invalid.
ACTION Issue the START DBE statement again, specifying valid
numbers for the following parameters: DBEFile0 should
be 50 to 16,777,215 pages long; DBELOG should be 250 to
16,777,215 pages long; Max Transactions should be 2 to
240 concurrent transactions; Data Buffer range is 15 to
50,000 pages and the Log Buffer range is 24 to 1024 pages.