Dear daveslash,
Thanks for your reply. However, we are using a external rpgle procedure which uses the DB2/UDB on a iSeries. I have created a sample programm ( using which the procedure will be created)
The trickey part is we are doing some businesss logic implementation on the data retrived from DB.
which means we are not gettingdirect rows from the database.
We are using a multiple occurence Datastructure in rpgle returned as resultset in Java.
attached code is a sample code. to return the DS.
Main Topics
Browse All Topics





by: daveslashPosted on 2009-03-30 at 09:12:54ID: 24020321
The following code will return two result-sets.
Just remember to combine the SET RESULT SETS for the two cursors into one statement.
see this question: http://www.experts-exchang
HTH,
DaveSlash
Select allOpen in new window