What is db2 bind process?
No Answer is Posted For this Question
Be the First to Post Answer
How can deadlocks be resolved?
what is the use of cursors?
What are the rules for db2 programming?
What do you need to do before you do EXPLAIN ?
What r the comman abends in db2, jcl and cobol???????
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 Cartesian product?
What is meant by repeatable read?
The only place of VSAM KSDS in DB2 is?
Explain the benefits you can get from mainframe connect?
What are the various data types available in db2?
How to fetch the uncommited data from table ?