IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Cursor is not closed on a table


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nagesh54

New User


Joined: 20 Jun 2008
Posts: 30
Location: Hyderabad

PostPosted: Fri Jun 19, 2009 10:42 am
Reply with quote

Hi,

I am trying to run a stored procedure using front end tools. The stored procedure is written in a cobol program. In the Cobol program a cursor is used to fetch data on a table. The cursor in the program is closed only for a particular condition. When I tried to execute my proc it is showing me the error that cursor is already opened. The cursor is not closed because the condition is not met . Can anybody tell me is there any method we can close the cursor. I don't which values I can provide to the proc to close the cursor.

I tried to stop the tablespace and start it but it didn't work.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Jun 19, 2009 12:28 pm
Reply with quote

Quote:
stored procedure is written in a cobol program

either the SP is a COBOL Program or it was CALLed from a COBOL Program.

Quote:
The cursor in the program is closed only for a particular condition


sounds as if you (or someone) has to revisit the SP and determine the condition.

I would think that stoping the SP TASK would close the cursor.
Back to top
View user's profile Send private message
Raghu navaikulam

Active User


Joined: 27 Sep 2008
Posts: 193
Location: chennai

PostPosted: Fri Jun 19, 2009 11:25 pm
Reply with quote

Hi Nagesh

Are you using result set concept?

Regards
Raghu
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
No new posts Dynamically pass table name to a sele... DB2 2
Search our Forums:

Back to Top