DSNU1320I csect-name - ALL PARTITIONS FOR object-type object-qualifier.object-name MUST BE RECOVERED TOGETHER

Explanation

RECOVER with DSNUM integer was issued to recover a single partition to a point in time before materialization of pending definition changes. Recovery to a point in time before materialization of pending definition changes must be performed on all partitions of an object together.

object-type
The type of object.
object-qualifier.object-name
The name of the object, as a qualified name.

System action

Utility processing is not initiated.

User response

Take one of the following actions to recover all partitions together:

  • If table-space-level image copies exist, run RECOVER without the DSNUM parameter.
  • If a partition-level image copy exists for each partition, run a single RECOVER control statement for all partitions of the table space. You can do that by running a LISTDEF control statement that contains an INCLUDE list option with the PARTLEVEL parameter, to include all partitions in the table space. Then run RECOVER with that LISTDEF statement.

Severity

8 (error)