Hi Team,
Please tell me, If i don't declare the cursor in the program
and i have given open and fetch and close, then what error
will get.
Answer Posted / rajiv
It will give you a compile error saying CURSOR WAS NOT DECLARED.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
What is isolation level in db2?
Can there be more than one cursor open for any program?
What are concurrency issues?
What are the uses of db2 optimizer?
What is the maximum size of varchar data type in db2?
What is a db2 table?
Explain packages.
What is a page in db2?
How to restart a DB2 program?
what is diffrence b/w file-aid tool and file-aid utility???
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
How do I connect my db2 database to ibm?
What is the role of data manager in the db2 database?
What is release/acquire in bind?