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 |
can we update the table by using cursors can anyone post the query?
How to check table size in db2 sap?
where can we use index and subscript ? with example ?
How many buffer pools are available in db2?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
Is it possible using max on a char column?
what needs to be done if a table is in copy pending / check pending status?
what is different three logs in DB2?
How to run db2 command in windows?
What is a db2 cursor?
What is the physical storage length of each of the following DB2 data types: DATE, TIME, TIMESTAMP?
When is the authorization check on DB2 objects done - at BIND time or run time?