Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...If there has ever been a justification needed for access to the net during working hours, just referring to this site should suffice. Fantastic!..."

Geography

Where in the world do Tek-Tips members come from?
kcisam (Programmer)
1 Jun 10 11:22
I'm calling a DB2 stored procedure using a DBLOOKUP. The call is succeeding but its only returning the output parameters. How do I retrieve the result set?

DBLOOKUP("Call db2_proc(var1,var2,?,?);", ConnectString)
 
eyetry (Programmer)
1 Jun 10 15:47
don't think you can do it that way.  the stored proc needs to be an input card.

You could pass the vairable into a second map which will execute the proc and let that map complete your processing or try echoing the 2nd maps results back to the first map.

 
kcisam (Programmer)
2 Jul 10 8:01
I tried with the stored proc call in an input card and it didn't return the result set, only the output parameters. The trace shows the call being executed and succeeding.
This is the database command on the input card.
-DBTYPE DB2 -SOURCE xxx -USER xxx -PASSWORD xxx  -STMT CALL DBL.SP2 ('55555','AAA','PPP', ,?,?,?,?)

I also tried in the output card using GET...same thing got output params no result set.

This is very weird since it works fine when returning multiple rows from a DB2 query.

I found this in the DB2 adapter help under limitations:
"Using stored procedures to access adapter commands and return values from stored functions is not supported."

So maybe getting DB2 stored procs with result sets just isnt't supported?

BTW, I'm using 8.2.0.4 interim fix 3

Thanks.
eyetry (Programmer)
16 Jul 10 16:12
add the stored procedure to the DBID, then in DBID define the select statment to call it like...

db2_proc(var1,var2,?,?)

Build your type tree and next your maps.  You NEED to pass your variables to a run map.  The runmap will use the results as input.

 

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close