Using Online Consistent Copy for migration
The standard ways to migrate data are to use the DSN1COPY utility or to UNLOAD the data into a temporary file and then LOAD it into the target objects. It is usually best if the data is consistent. Using standard utilities to make a consistent copy of the data requires an outage on the source tables—you must quiesce the source tables and restart them in read-only status. Because of this outage, the source tables are not available for read-write access for some period of time.
Online Consistent Copy allows you to make a consistent copy without any outage on the source objects.
In addition to the examples here, you can use the EXPORT option of BMC AMI Copy to create a migration file for OCCs and use the IMPORT option of BMC AMI Recover to import the copies on the target system.
This section contains the following topics: