I am getting a error multiple row fetched while executing a
Cobol-DB2 program.How can I solve it without using a cursor.
Answer Posted / nadeem
Select statement fetches only one row from table..make sure
ur program doesn fetch multiple rows..cursor is the only
way to fetch multiple rows to my knowledge..
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the difference between plan and package in db2?
What is dbrm? What it contains? When it will be created?
What is alias in db2?
What is rct?
What is the purpose of using commit?
What is performance tuning db2?
How to run db2 command in windows?
What is the role of schema in the db2 database?
Why do we bind in db2?
What is copy pending and check pending in db2?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
When do you specify the isolation level?
Mention the downsides of page level lock.
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
List down the data types in the db2 database.