For update of a row in cursors, when do we move value into
host variable in cobol progrm? is it before open or before
fetch ?
Answer Posted / tarun
The query in a cursor in executed only when the cursor is opened. Thus you have to move the values in the host variables before opening the cursor.
Is This Answer Correct ? | 8 Yes | 17 No |
Post New Answer View All Answers
What is dbrm? What it contains?
What is a bind card?
How many databases are there?
How would you find out the total number of rows in a db2 table?
What is node in db2?
What is a trigger in the db2 database?
How do I copy a table in db2?
Is ibm db2 open source?
What is the maximum size of a char data type in db2?
What is plan in cobol db2?
If I have a view which is a join of two or more tables, can this view be updateable?
How to view db2 table structure?
What are concurrency issues?
What is the latest version of ibm db2?
Mention the definition of cobol in varchar field.