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 type of database is db2?
What is lock escalation in db2?
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 innodb buffer pool?
What is the difference between oracle and db2?
What is the role of the data page in the db2 database?
What is difference between isnull and coalesce?
What is dclgen in db2?
What is cloudant database?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
What is runstats utility in db2?
What is the role of schema in the db2 database?
Define db2.
What is a db2 cursor?
What is sqlca?