Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Cursor with return options for Stored procedure query

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2
Author Message
raaj_help

New User


Joined: 05 Jul 2006
Posts: 1

PostPosted: Thu Sep 14, 2006 2:44 pm    Post subject: Cursor with return options for Stored procedure query
Reply with quote

having any idea about cursor with return options for stored procedure??
please advice.
Back to top
View user's profile Send private message
References
PostPosted: Thu Sep 14, 2006 2:44 pm    Post subject: Re: Cursor with return options for Stored procedure query Reply with quote

red_roses

New User


Joined: 31 Oct 2005
Posts: 27

PostPosted: Thu Sep 14, 2006 11:20 pm    Post subject:
Reply with quote

Cursor with the 'WITH RETURN' option is used in case of stored procedures.

If a cursor is defined with this clause. the SP only have to Open the cursor. and the resultset is returned to the calling pgm.

no need to Execute the 'fetch cursor' statment in this case
Back to top
View user's profile Send private message
damodar

New User


Joined: 10 Aug 2006
Posts: 1

PostPosted: Fri Sep 22, 2006 2:04 am    Post subject: Re: Cursor with return options for Stored procedure query
Reply with quote

Hi,

I am receiving -805 error(bind related) when I try to fetch data in the main program(calling) from a cursor that is opened in stored procedure. I have received 466 code as expected after returning from stored procedure but having problem in fetch. Can you help me to resolve this issue?

Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2 All times are GMT + 6 Hours
Page 1 of 1