what is the difference between declaring the cursor in WS
section and Procedure division?
Answer / 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 |
How many sub queries can you combine together ?
What is Call attach facility? How does it work?
What is the maximum No of rows per page?
What do you mean by between and in? Is between inclusive of specified range values?
What is cursor stability?
What is a cursor?
how to execute qcmdexc in rpgle?plz write code also?
what is datacom db?
Which isolation level provides maximum concurrency?
Why do we bind in db2?
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.
Is there any advantage to denormalizing DB2 tables?