what is the difference between declaring the cursor in WS
section and Procedure division?
Answer Posted / madhavi chava
As definition of cursor is non executable statement, it is
advisable not to define in procedure division as it may
misunderstood others.
we can define it any where only thing you have to take care
is definition of cursor should be prior to the OPEN
statement of the same cursor.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
How does db2 sample database connect?
Explain about open switch business continuity software?
What is the difference between bind and rebind in db2?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
What is host variable?
Define predicate?
How to connect to db2 database from windows command line?
What is the use of db2 optimizer?
What is sqlca?
What are the different types of base tables?
Is ibm db2 open source?
What is db2? Explain.
What is copy pending status in db2?
What is release/acquire in bind?
How do I import a csv file into db2?