DB2 - Problem description
Problem IC96108 | Status: Closed |
SQL ROUTINES THAT USE THE SAME VARIABLE FOR BOTH THE IN AND OUT PARAMETERS MAY RETURN NULL | |
product: | |
DB2 FOR LUW / DB2FORLUW / 970 - 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: * * SQL Routine users * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade the DB2 LUW server to version 9.7 Fix Pack 9 * **************************************************************** | |
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 Version 9.7 Fix Pack 9 for Linux, UNIX, and Windows | |
Solution | |
The fix is applied to the server and was first fixed in version 9.7 Fix Pack 9 | |
Workaround | |
not known / see Local fix | |
BUG-Tracking | |
forerunner : APAR is sysrouted TO one or more of the following: IC96967 IC96973 follow-up : | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 19.09.2013 18.12.2013 18.12.2013 |
Problem solved at the following versions (IBM BugInfos) | |
9.7.FP9 | |
Problem solved according to the fixlist(s) of the following version(s) | |
9.7.0.9 | |
9.7.0.9 |