Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


When do you use the IMAGECOPY?

Answers were Sorted based on User's Feedback



When do you use the IMAGECOPY?..

Answer / sunil1405

i think its used to make a copy of tablespaces

Is This Answer Correct ?    2 Yes 0 No

When do you use the IMAGECOPY?..

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

When do you use the IMAGECOPY?..

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

When do you use the IMAGECOPY?..

Answer / purushothr

it is used to take a back up of the existing files

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

What techniques will be used to avoid deadlock??

5 Answers   IBM, SUN,


Is it mandatory to use DCLGEN? If not, why would you use it at all?

2 Answers  


What are the disadvantages of using VARCHAR?

3 Answers  


Can any one tell me about Restart logic in DB2.

2 Answers  


what are extents?

5 Answers  


I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).

10 Answers   Cap Gemini, Wipro,


Following a db2 update statement, what is the quickest way to compute the total number of updated rows?

0 Answers  


When is the access path determined for dynamic SQL?

2 Answers  


What is a db2 table?

0 Answers  


How do I delete a table in db2?

0 Answers  


What information is used as input to the bind process?

2 Answers  


I use CS and update a page. Will the lock be released after I am done with that page?

2 Answers  


Categories