A fix is available
APAR status
Closed as program error.
Error description
When comparing fixed character or graphic strings where either side uses a CASE statement, DB2 may return incorrect results in VARCHAR2 compatibility mode. Example: CREATE TABLE T(C1 CHAR(4)) INSERT INTO T VALUES ('M') SELECT * FROM T WHERE C1 = CASE WHEN 1=1 THEN 'M' END Incorrect Result: C1 ---- 0 record(s) selected.
Local fix
From the example above, cast the CASE statement to a fixed character string of the desired length: SELECT * FROM T WHERE C1 = CAST((CASE WHEN 1=1 THEN 'M' END) AS CHAR(1)) C1 -------- M 1 record(s) selected.
Problem summary
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to DB2 10.1 Fix Pack 6 * ****************************************************************
Problem conclusion
First fixed in DB2 10.1 Fix Pack 6
Temporary fix
Comments
APAR Information
APAR number
IT18380
Reported component name
DB2 FOR LUW
Reported component ID
DB2FORLUW
Reported release
A10
Status
CLOSED PER
PE
NoPE
HIPER
YesHIPER
Special Attention
NoSpecatt / Xsystem
Submitted date
2016-12-13
Closed date
2017-03-02
Last modified date
2017-03-02
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Fixed component name
DB2 FOR LUW
Fixed component ID
DB2FORLUW
Applicable component levels
RA10 PSN UP
FIX
[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSEPGG","label":"Db2 for Linux, UNIX and Windows"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"10.1","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]
Document Information
Modified date:
02 March 2017