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.
Answer Posted / karthis4u
I wonder where do we mention qualifier name in program? We mention it in bind card.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the maximum size of a char data type in db2?
is it compulsory commitment control in journal?
What is cursor in dbms?
Mention the downsides of page level lock.
What is the role of schema in the db2 database?
What are the rules for db2 programming?
What are the uses of db2 optimizer?
Which isolation level provides maximum concurrency?
How is the value function used?
What is the latest version of ibm db2?
What parameters are used to control the free space in DB2?
What is nvl in db2?
What is load replace in db2?
What is blu acceleration in db2?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?