What is declare cursor?
No Answer is Posted For this Question
Be the First to Post Answer
1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).
What is a cursor and what is its function?
What else is there in the PLAN apart from the access path?
How can record locking be achieved in those DB2 versions which do not support it?
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?
What is ACQUIRE/RELEASE in BIND?
Comment whether the cursor is closed during commit or not.
What is a predicate?
What DB2 Catalog column tell you when an index needs table reorganized ?
What is temporal table in db2?
What are the bind parameters ibm db2?
When Can you be sure that a query will return only one row?