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

What is EXPLAIN?

1 Answers  


What keyword does an SQL SELECT statement use for a string search?

2 Answers  


i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?

0 Answers   TATA,


What do you mean by between and in? Is between inclusive of specified range values?

0 Answers  


What is the default page size of buffer pools?

0 Answers  






Where can you declare a cursor in a cobol-db2 program?

0 Answers  


What are the functions of Bind?

2 Answers   Amdocs, IBM,


Can a array declared with an index be displayed(readable format) in spool?

4 Answers   Syntel, UST,


What is DB2 (IBM Database 2)?

3 Answers  


How can you do the explain of a dynamic sql statement?

0 Answers  


What is a db2 cursor?

0 Answers  


Can there be more than one cursor open for any program?

0 Answers  


Categories