What is a page in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What language is db2 written in?
For Read Stability locks are not applicable for phantoms, What is Phantoms?
List out the buffer pools in db2
what is check point and restart Logic ? why do we go for that ??
how to resolve -805 . how to see dbrm and package not found
what is difference between Static call and Dynamic call? How does it function?
Why do chiropractors use drop table?
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic
How to insert more than one record using insert?
What is nvl in db2?
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
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.