What is the clustering index in the db2 database?
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 read-only cursor?
What action db2 takes when a program aborts in the middle of a transaction?
What is innodb buffer pool?
how to execute qcmdexc in rpgle?plz write code also?
What is normalization and what are the five normal forms?
What is the size of a data page?
Where besides the DB2 catalog is database object information stored by DB2?
How would you move a tablespace (using STOGROUP) to a different DASD volume allocated to that tablespace?
Hi Dude,this is Ram.could any one tell me aboue CURRENT OF clause in DB2. Thanks in advance.......
How to resolve -805 error in DB2?
what is the use of bind parameter, Replace?