DSNU1513I csect-name RECOVER OF obj-type obj-qual.obj-name WITH A VALIDPROC IS NOT ALLOWED TO A DIFFERENT ROW FORMAT

Explanation

You cannot recover an object that requires the recovery of part or all of a table with varying-length columns and a VALIDPROC when the RECOVER is one of the following types:
  • From a point in time when the table space was in reordered row format to a point in time when the table space was in basic row format
  • From a point in time when the table space was in basic row format to a point in time when the table space was in reordered row format.

System action

The RECOVER utility terminates.

Programmer response

To recover the object, you can execute the following steps:
  1. ALTER the VALIDPROC to null on all tables that are part of the object to be recovered.
  2. RECOVER the object.
  3. Make any necessary changes to the VALIDPROCs so that the VALIDPROCs are in sync with the current format of the row.
  4. ALTER ADD the VALIDPROCs to the tables.

Severity

8 (error)