What Utility is used to migrate DB2 from one release to the
next?
Answer / s
CATMAINT is used to migrate the Catalog from one release to
another.
| Is This Answer Correct ? | 3 Yes | 1 No |
What is db2? Explain.
What is pagespace?
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
in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.
How to select the duplicate rows from a table?
What is the function of the Data Manager?
when does the SQL statement gets executed when you use cursor in the application programming ?
What is the difference between group by and order by?
How do you pull up a query which was previously saved in qmf?
What are the contents of a dclmgen?
i hav created a program and moved to production but failed to create the table which is been used in the program. the program shows error as soon as it is moved or installed in production or shows error during its runtime. what is the sqlcode for this error
What is the role of schema in the db2 database?