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 declare cursor?
How can we read records for specific member in CL? AND rpg?
What is with ur in db2?
Is db2 a mainframe database?
Why select is not preferred in embedded sql programs?
How to fetch the last row from the table in SQL (db2)?
On which levels locks can be applied?
How to access db2 tables in mainframe?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
What kind of database is db2?
What is a db2 tablespace?
What are bind parameters in db2?
Explain the contention situations caused by locks?
What does db2 mean?
Explain about dbrm.