assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it
Suppose we are doing transaction in a table and abend happened in between. Suppose i have completed the transaction upto X rows and I want to start the transaction again where the abend happened. I don't want to do the transaction from the first record. Then what i have to do.
can we drop column from a table
what is the use of cursors?
How does DB2 use multiple table indexes?
What is copy book?
In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?
how to take the back up of the DB2 table.
What is db2 connect?
What is the max length of sqlca?
What is a subselect? Is it different from a nested select?
Can we able to find all the Table names under a Particular Plan?
How does DB2 determine what lock-size to use?