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 / anamika
You cannot use 'Fetch first 1 row only' in a singleton
select in COBOL. Instead u can use 'SELECT TOP <colname>'
to get the first row in the result set.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How many types of page locks can be held in db2?
What are union and union all?
What is db2? Explain.
Can we insert update delete in view?
Mention the different locking levels that are available in db2.
Explain about mirror activator disk mirroring?
Is db2 a mainframe?
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
What is the difference between db2 and oracle?
What are host variables in db2?
Which isolation level provides maximum concurrency?
What is a db2 package?
Can one database have multiple instances?
What is rebind in db2?
What is phantom read in db2?