When do you use the IMAGECOPY?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sabahat khan
One use of image copy is in MERGECOPY utility where you
merge Incremental Image copies with one full Image copy to
make an Full image copy.
or
u merge incremental copies.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / purushothr
it is used to take a back up of the existing files
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention the different locking levels that are available in db2.
What is difference between *omit and *nopass?
What is isolation level?
What is an instance in db2?
how to resolve -811
How is a typical db2 batch pgm executed?
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 can you count the number of rows from a table tab?
DB2 is a A) data base/data communication system B) data base C) RDBMS D) Programming language
How can you compare table column after update and before update?
How will you delete duplicate records from a table?
5 rows are inserted to a DB2 Table. Next 3 of those are updated, then a rollback is issued. What would happen when the rollback is issued?