Answer Posted / tan
IMAGE COPY is done when some update,insert or delete
statements(DML statements ) need to be executed in the
program. Its nothing but taking a copy of the original
table and doing the process.Once the Job completed
successfully, the change will be applied on the original
table. So that, Table can be reset in case of Abends.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do you mean by storage group (stogroup)?
How to execute stored procedures?
How do you pull up a query which was previously saved in qmf?
What is package in cobol db2?
What are the uses of db2 optimizer?
How to resolve deadlock issue
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
What is dpf in db2?
What is the use of db2 optimizer?
What is null value in db2?
How does cobol compile db2 program?
How do I delete a column in db2?
What is the usage of open cursor command?
Explain about mirror activator disk mirroring?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?