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 are packages in db2?
How to restart a DB2 program?
How does coalesce work?
Explain various types of locks in db2?
What is clone table?
When the like statement is used?
How does db2 sample database connect?
What is bind plan?
What is an instance in db2?
How does a cursor work?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
How to test SQL -911 error while developing COB-DB2 program
List out the buffer pools in db2
What is ibm db2 client?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?