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 / azharuddinsyed
in Open, the sql query you have coded in declare cursor will be executed.
in Fetch, the table column values will be moved to corresponding host variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How connect db2 database to datastage?
How can you quickly find out the # of rows updated after an update statement?
What is dbrm library?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
What is node in db2?
Which command is used to remove all rows from a table?
Explain about cursor stability?
How to execute stored procedures?
What is bind package and plan in db2?
How to connect to db2 database from windows command line?
Mention data types used in db2 ?
Are view updateable?
If I have a view which is a join of two or more tables, can this view be updateable?
What is ibm db2 connect?
can all users have the privilage to use the sql statement select * (dml)?