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 |
can all users have the privilage to use the sql statement select * (dml)?
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?
i want to maintain uniqueness on pdf without make lf??????????
Define db2.
what is the role of the cursor in db2?
What is db2 bind?
How do I create a view in db2?
How do you select a row using indexes in db2?
Why might full image copies be faster to implement than an incremental image copy?
how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE
What is the purpose of the SDSNLOAD dataset in the STEPLIB while running DB2 programs?
What is the difference between using bind () and rebind () methods of naming class?