What is a result table?
Answer / s
Result table contains rows DB2 selects from one or more
base tables.
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you Load a table ?? and what is Load replace ?
Can we declare DB2 HOST variable in COBOL COPY book?
What is meant by a unit of recovery?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example
is it compulsory commitment control in journal?
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.
In a DB2-CICS program which is acts as co-ordinator and which is participant?
What is a db2 cursor?
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?
How does one bind 2 versions of a CICS transaction with the same module name in two different CICS regions that share the same DB2 subsystem?
How to find the maximum value in a column in the db2 database?