Assuming that a site's standard is that pgm name = plan
name, what is the easiest way to find out which Will
precompile of an DB2-COBOL program bomb, if DB2 is down?
Answer / s
DB2 Precompiler does not require the DB2 to be active. it
does not access the DB2 catalog
| Is This Answer Correct ? | 3 Yes | 0 No |
Mention data types used in db2 ?
What is the purpose of rollback and commit?
What are the disadvantages of PAGE level lock?
What is the specific need of Plan and..where are the tables in DB2 are physically saved
what is cursor stability?
what is the certification that has a good value for a practioner in mainframes but not habving much knowledge on db2 related stuff?
What is a subselect? Is it different from a nested select?
how can you access index
What is buffrpool? Where we use it ?
What are the three lock types?
What is syscat in db2?
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.