Recovering with a system-level backup
You can take system-level backups by using the BACKUP SYSTEM utility. In some cases, the RECOVER utility can use a system-level backup of the database copy pool as a recovery base.
Procedure
To specify that system-level backups can be used by RECOVER:
- A sequential format image copy
- A VSAM FlashCopy®® image copy
- A concurrent copy
- A system-level backup
Exceptions:
If any of the following utilities were run since the system-level backup that was chosen as the recovery base, the use of the system-level backup by the RECOVER utility is prohibited:
- REORG TABLESPACE
- REORG INDEX
- REBUILD INDEX
- LOAD REPLACE
- RECOVER from image copy or concurrent copy
In these cases, the recovery terminates with message DSNU1528I and return code 8.
For
a partition-by-growth table space, a point-in-time recovery is not allowed if the recovery period
includes REORG TABLESPACE deleting empty partitions. REORG TABLESPACE can delete the highest
numbered partitions if they are empty and the REORG_DROP_PBG_PARTS subsystem parameter is set to
ENABLE or if the DROP_PART YES keyword is specified.
The RECOVER utility invokes DFSMShsm to restore the data sets for the object from the system-level backup of the database copy pool. The user ID that invokes the RECOVER utility must have the authority to execute the DFSMShsm FRRECOV command.