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 IT17135 Status: Closed

PREDICATES FOR DECFLOAT DO NOT GET PUSHED DOWN TO Z/OS DATASOURCE.

product:
DB2 FOR LUW / DB2FORLUW / 970 - DB2
Problem description:
Lack function mapping for SYSIBM.DECIMAL,SYSIBM.DECFLOAT for Z
results in no predicate pushed down to the datasoruce.

Example Federated Query:

select myDecimalCol from myTable where myDecimalCol=

This results in a select of entire table from the datasource
instead.

select myDecimalCol from mytable
Problem Summary:
****************************************************************
* USERS AFFECTED:                                              *
* All 11.1 Aix users.                                          *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* N/A                                                          *
****************************************************************
Local Fix:
Workaround is to tyepcast the column in the query.

select myDecimalCol from myTable where
myDecimalCol=decimal('')
Solution
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
20.09.2016
02.06.2017
02.06.2017
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)