what is the sqlcode -501

Answers were Sorted based on User's Feedback



what is the sqlcode -501..

Answer / bhaskar reddy

cursor not opened

Is This Answer Correct ?    19 Yes 0 No

what is the sqlcode -501..

Answer / anshuman

cursor identified in fetch or close statement is not opened.

Is This Answer Correct ?    4 Yes 0 No

what is the sqlcode -501..

Answer / chinmay

Must open a cursor before attemptng to fetch from it and
close it.

Is This Answer Correct ?    1 Yes 0 No

what is the sqlcode -501..

Answer / rajesh patnana

cursor is already opened when we are trying to open again

Is This Answer Correct ?    3 Yes 3 No

what is the sqlcode -501..

Answer / venu gopal

closing the already closed cursor

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More DB2 Interview Questions

Which one allows duplicate values Union or Union All ?

3 Answers  


What is a base table?

2 Answers  


There is a 5000 EMP in company.how we find out the 5th highest getting salary employee outof 5000 employes........

10 Answers   IBM,


What is buffer pool and list some of them?

0 Answers  


What are delete-connected tables?

1 Answers  


What is the function of the Data Manager?

2 Answers  


Explain what a plan is?

3 Answers   CTS,


What is the use of db2 optimizer?

0 Answers  


which is the most efficient tablespace?? a.simple tablespace. b.partitioned tablespace. c.segmented tablespace. d.none of the above. please post answer with the reason.?

3 Answers  


I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?

4 Answers   CTS,


What is JOIN and different types of JOIN.

2 Answers   IBM,


What is copy pending and check pending in db2?

0 Answers  


Categories