how to fetch multiple records without using cursor
Answer Posted / mahi
I think it can be done with the help of arrays or Tables(in
cobol)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is dclgen in db2?
How do you find the maximum value in a column in db2?
What is view db2?
Explain about mirror activator disk mirroring?
What is db2 and what is the use of db2 optimizer?
What are the rules for db2 programming?
What are the contents of dclgen?
What is copy pending and check pending in db2?
How to get the ddl of a table in db2?
What are types of indexes?
What is the difference between bind and rebind in db2?
What is iseries database?
How to connect to db2 database from windows command line?
What is check constraint. Explain with example.
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?