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.
Answers were Sorted based on User's Feedback
Answer / gaurav alugh
We can do our code (in this code define everything for both the tables) and on the basis of DATE function from COBOL we can see what's the date. on the basis of that we can call our query referring to required tables.
Is This Answer Correct ? | 4 Yes | 3 No |
What Utility is used to migrate DB2 from one release to the next?
What do you do to keep the cursor from closing after a commit?
How to design maps
EXPLAIN has output with MATCHCOLS = 0. What does it mean?
What is db2 optimizer?
What does an outer join do?
What is db2 connect?
What is difference between isnull and coalesce?
What do you need to do before you do EXPLAIN ?
Can we insert update delete in view?
Explain db2.
How do we specify index to include or not during bind process.