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 |
How can we read records for specific member in CL? AND rpg?
can i code union in cobol-db2 pgm ?
What is sqlcode -811?
7 Answers Accenture, CTS, TCS,
what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names
My SQL is not performing well. Describe how will you fine tune it?
How to resolve -502 sql code in DB2?
What is meant by explain?
What are foreign keys in db2?
What are foreign keys?
How do you check for a null value in a db2 column?
which authority can be granted to group of users using the GRANT stmt? A) SYSCTRL B) SYSADM C) DBCTRL D) DB ADM
What is consistency token in db2?