home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Latest versionsfixlist
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Have problems? - contact us.
Register for free anmeldung-x26
Contact form kontakt-x26

DB2 - Problem description

Problem IC74272 Status: Closed

DB2 MIGHT NOT RETURN EXPECTED RESULTS FOR SCALE FUNCTIONS WITH SMALLINT
INPUT.

product:
DB2 FOR LUW / DB2FORLUW / 950 - DB2
Problem description:
DB2 might return an error message or incorrect results when 
scale function (LEFT, RIGHT, OVERLAY, INSERT) are used with 
SMALLINT as inputs. 
 
For example, although correct, following query might return 
error code SQL0138N: 
 
SELECT LEFT('002', SMALLINT(2)) FROM SYSIBM.SYSDUMMY1 
 
SQL0138N  A numeric argument of a built-in string function is 
out of range. 
SQLSTATE=22011
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All users running DB2 v9.5 FP7 and earlier.                  * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* DB2 might return an error message or incorrect results when  * 
*                                                              * 
* scale function (LEFT, RIGHT, OVERLAY, INSERT) are used with  * 
*                                                              * 
* SMALLINT as inputs.                                          * 
*                                                              * 
*                                                              * 
*                                                              * 
* For example, although correct, following query might return  * 
*                                                              * 
* error code SQL0138N:                                         * 
*                                                              * 
*                                                              * 
*                                                              * 
* SELECT LEFT('002', SMALLINT(2)) FROM SYSIBM.SYSDUMMY1        * 
*                                                              * 
*                                                              * 
*                                                              * 
* SQL0138N  A numeric argument of a built-in string function   * 
* is                                                           * 
* out of range.                                                * 
*                                                              * 
* SQLSTATE=22011                                               * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 v9.5 FP8.                                     * 
****************************************************************
Local Fix:
Explicitly cast the small int as integer. 
 
eg. db2 "SELECT LEFT('002', cast(SMALLINT(2) as integer)) FROM 
SYSIBM.SYSDUMMY1";
available fix packs:
DB2 Version 9.5 Fix Pack 8 for Linux, UNIX, and Windows
DB2 Version 9.5 Fix Pack 9 for Linux, UNIX, and Windows
DB2 Version 9.5 Fix Pack 10 for Linux, UNIX, and Windows

Solution
The problem was fixed in DB2 v9.5 FP8.
Workaround
Explicitly cast the small int as integer. 
 
eg. db2 "SELECT LEFT('002', cast(SMALLINT(2) as integer)) FROM 
 
 
SYSIBM.SYSDUMMY1";
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
07.02.2011
05.07.2011
05.07.2011
Problem solved at the following versions (IBM BugInfos)
9.5.FP8
Problem solved according to the fixlist(s) of the following version(s)
9.5.0.8 FixList