What happens to cursors when COMMIT happens in database.
Tag: DB2 Cursors
The Associate cursor in DB2 is being used in Stored procedure. The purpose is while calling a Stored procedure from an another stored procedure this Associate acts as to hold result set.
Cursor WITH HOLD tricky rules on how it works when you use inDB2, IMS DB, CICS and IMS DC.
Tricky interview questions to read for interviews on DB2 cursors.
I am very cool today reading Db2 magazine. I have got an idea why can’t I…
The ‘OPEN’ cursor fails during execution of the DB2 program is mainly due to lack…
A cursor in an application programming plays crucial role. With cursor you can get matching…
Cursors in DB2 play a great role. The real uses explained and useful to DB2 or mainframe developers.
The cursor in DB2 is an important logic to read records one by one from…
Cursors in DB2 the real use and benefits read and learn today.
Point 1 – The best example for cursor WITH HOLD is, just imagine, you are…
You must be logged in to post a comment.