Answer Posted / anandrao
There are following possibilities to this issue to come,
1) Cursor is not declared in application program or
in stored procedure depending on where it is used.
Soln - Declare the cursor in application
program or in stored procedure depending on where it is
used.
2) Cursor spelling is not correct which you are
going to open or fetch.
Soln - Check the name used and correct.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can you quickly find out the # of rows updated after an update statement?
What is data manager?
How can record locking be achieved in those DB2 versions which do not support it?
List out the three types of page locks that can be held.
What is temporal table in db2?
How to run db2 command in windows?
What is declare cursor?
What is the difference between using bind () and rebind () methods of naming class?
What are the various isolation levels possible?
what is diffrence b/w file-aid tool and file-aid utility???
What is null indicator in db2?
What r the comman abends in db2, jcl and cobol???????
How does coalesce work?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
can we view the access paths created by dbrm ? how ? thx