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
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
Mention the various locks that are available in db2.
What is role in db2?
What type of database is db2?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What is the cobol picture clause of the db2 data types date, time, timestamp?
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
When the like statement is used?
Explain package in db2 and its advantages?
How do I delete a column in db2?
What is a page in db2?
Can we update view in db2?
What is the information associated with sysibm.syslinks table?
Explain the benefits you can get from mainframe connect?