Explain about dbrm.
No Answer is Posted For this Question
Be the First to Post Answer
Q3. How will you fetch duplicate values from a DB2 table?
Q1. How will you use two different DB2 qualifiers in a single COBOL program? Suppose we have 2 tables EMP1 and EMP2 with same structure defined in two different DB2 qualifiers QUAL1.EMP1 and QUAL2.EMP2 now during first 15 days we want to use QUAL1.EMP1 and rest of the days QUAL2.EMP2 how will we do this. We can create a single program and a single load for this program.
For update of a row in cursors, when do we move value into host variable in cobol progrm? is it before open or before fetch ?
For Read Stability locks are not applicable for phantoms, What is Phantoms?
I have a main program (A) where we delete some rows in table in a cursor, and we commit it in sub program(B). What will happen - will we get an error or not?
What is read-only cursor?
What is the function of buffer manager?
What is cursor with hold option in db2?
What's the Maximum Length of SQLCA and what's the content of SQLCABC?
What is commit in db2?
Mention some fields that are a part of sqlca.
Which isolation level provides highest data integrity?