Previous Topic

Next Topic

Book Contents

Book Index

Recovering a Damaged File

If dual mirror image file processing is used, it is possible to immediately recover a damaged file. The dual file is an exact copy of the main file. The recovery procedure uses utility IOADCPY to copy the entire dual file to the main file or vice versa. Before starting the recovery procedure, make a backup copy of the main file and the Dual file.

If the Main file is damaged, perform the following recovery steps:

  1. Stop all Control‑D related activities (Control‑D monitor, online activities, batch utilities).
  2. Delete all extents of the Data component of the main copy only. For example, to delete all the extents of the Active User Report List file, list all the files with prefix CTD.ACT.E* and delete them.
  3. Run the IOADCPY utility with parameter SUFFIX set to the Dual file (D000). For an example, see sample member CTDUFCPY in the Control‑D JCL library.
  4. Rebuild the Index component (see the preceding topic).
  5. Restart all Control‑D activities.

    If the Dual file is damaged, perform the following recovery steps:

  6. Stop all Control‑D related activities (Control‑D monitor, online activities, batch utilities).
  7. Delete all extents of the Data component of the Dual copy only. For example, to delete all the extents of the Control‑D Active User Report List file, list all the files with prefix CTD.ACT.D* and delete them.
  8. Run the IOADCPY utility with parameter SUFFIX set to the Main file (E000). For an example, see sample member CTDUFCPY in the Control‑D JCL library.
  9. Rebuild the Index component.
  10. Restart all Control‑D activities.

    For more information about IOA Access Method utilities for User Report List files, see the INCONTROL for z/OS Utilities Guide.

Parent Topic

User Report List File Housekeeping