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

I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?

2 Answers  


Can a unique index have more than one null value? If not, what error code is given if an attempt is made to insert more than one null value?

3 Answers  


how to resolve -811

2 Answers   IBM,


What is runstats and reorg in db2?

0 Answers  


What do you do to keep the cursor from closing after a commit?

1 Answers  






what is cursor stability?

2 Answers   IBM,


What are simple, segmented and partitioned table spaces ?

1 Answers   TCS,


What is the role of union all and union

0 Answers  


What is DCLGEN?

2 Answers  


Explain what a plan is?

3 Answers   CTS,


What is a cursor in programming?

0 Answers  


What is cursor?

2 Answers  


Categories