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

SQL ROUTINES THAT USE THE SAME VARIABLE FOR BOTH THE IN AND OUT PARAMETERS
MAY RETURN NULL

product:
DB2 FOR LUW / DB2FORLUW / A50 - DB2
Problem description:
If a routine uses the same variable for both the IN and OUT 
parameters, the OUT may be NULL when the routine is called after 
it has been rebound.  The following is an example of a call to a 
routine that is using the parameters in this way. 
 
call proc1(myvar, myvar)
Problem Summary:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All SQL Routine Users                                        * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 Cancun Release 10.5.0.4 (also known as Fix    * 
* Pack 4) or higher. as soon as possible.                      * 
****************************************************************
Local Fix:
The issue will not occur if an INOUT parameter is used. 
Variables that will be both passing (IN) data and receiving data 
(OUT) can be declared as INOUT rather than passing in the 
variable twice. For example if the procedure was called as 
proc1(myvar, myvar), it can be called as proc1(myvar) if an 
INOUT rather than an IN and OUT parameter is used. 
 
For additional information on the INOUT parameter please see the 
Create procedure statement at the following Infocenter page. 
 
http://pic.dhe.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=%2 
Fcom.ibm.db2.luw.sql.ref.doc%2Fdoc%2Fr0003493.html
available fix packs:
DB2 Cancun Release 10.5.0.4 (also known as Fix Pack 4) for Linux, UNIX, and Windows
DB2 Version 10.5 Fix Pack 9 for Linux, UNIX, and Windows

Solution
First Fixed in Version 10.5 in DB2 Cancun Release 10.5.0.4 (also 
known as Fix Pack 4) Fix Pack 4.
Workaround
not known / see Local fix
Timestamps
Date  - problem reported    :
Date  - problem closed      :
Date  - last modified       :
17.10.2013
15.09.2014
16.10.2014
Problem solved at the following versions (IBM BugInfos)
Problem solved according to the fixlist(s) of the following version(s)
10.5.0.4 FixList