I have a subprogram B calling from mainprogram A.I have
opened a cursor in A ,Can i fetch the same cursor in
subprogram B , If yes , Please explain the reason?
Answer / harsha
I feel yes, we can fetch the same cursor in the same
program.
Cursor can be closed in three ways.
1 When you explicitely close trhe cursor.
2 Issuing commit systement.
3 After execution of an application program.
In our situation, none of the above mentioned case is
getting true.
| Is This Answer Correct ? | 11 Yes | 2 No |
Suppose if I need to update a column, how you do that using cursor?
what is the use of commit ? and what is the syntax?
How to rename a table in DB2 ?
What are the abend codes occour in ur latest PROJECT in DB2
What is load utility in db2?
can i code union in cobol-db2 pgm ?
what is the steps followed in EXPLAIN Process or EXPLAIN command. (Explain is for identifying the optimized access path but how or what is the steps for doing the EXPLAIN)
What do you mean by cursor?
what is parm utility
List down the data types in the db2 database.
Explain an outer join?
What is precompiler in db2?