How could one combine a set of incremental image copies
into a single copy?
Answer / s
MERGECOPY utility will combine all the incremental copies
with a FULL copy if you specify NEWCOPY YES. If you specify
NEWCOPY NO, it merges all the incremental copies only.
| Is This Answer Correct ? | 1 Yes | 0 No |
What should be specified along with a cursor in order to continue updating process after commit?
Is it mandatory to use DCLGEN? If not, why would you use it at all?
Which are the db2 tools to protect integrity of the database?
What is copy book?
can i code union in cobol-db2 pgm ?
the dd name for ksds is dest1 and what is the dd name for alternate index of ksds ? a.dest b.dest1 c.dest1a d.dd1
What is scrollable cursor in db2?
How many sub queries can you combine together ?
What is multi row fetch in db2?
What is a DB2 bind?
What is DYNSLT keyword? How do you perform selection using DYNSLT
While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?