What type of database is db2?
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).
I am getting a error multiple row fetched while executing a Cobol-DB2 program.How can I solve it without using a cursor.
What else is there in the PLAN apart from the access path?
My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
What is a DB2 plan?
What is declare cursor?
What is cursor stability?
What are host variables in db2?
What does db2 plan contain?
how will i display the duplicate record's from a table... i don't want to eliminate ...i want to display the duplicate record...for example in my table i have 10 record's like record no(1,2,3,4,2,9,6,1) in this ...so i want to receive duplicates...
What is the purpose of the QUIESE Utility?
Can you tell me how can you find out the # of rows updated after an update statement?