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 are concurrency issues?
Which components manage deadlocks in db2?
What is difference between rollback and commit?
What is the role of schema in the db2 database?
How is the value function used?
How is a typical db2 batch pgm executed?
How to test SQL -911 error while developing COB-DB2 program
What are iseries servers?
Why do chiropractors use drop table?
What language is db2 written in?
Name the various locking levels available?
How to restart a DB2 program?
What is a cursor in programming?
What are the two types of logging in the db2 database? Explain them.
When do you specify the isolation level?