Start of change

DSNU1060I csect-name - additional-information

Explanation

The REPAIR utility completed and provided additional information about missing system pages and mismatched version numbers.

csect-name
The name of the control section that issued the message.
additional-information
Additional information about the mismatch. Possible values are:
REPAIR INSERTVERSIONPAGES COMPLETED. VERSION PAGES WERE INSERTED.
REPAIR INSERTVERSIONPAGES completed, and one or more missing system pages were inserted.
REPAIR INSERTVERSIONPAGES COMPLETED. NO VERSION PAGES NEED TO BE INSERTED.
REPAIR INSERTVERSIONPAGES completed. No version zero system page is required to be inserted for any table in the table space.
TABLES VERSION INFORMATION WERE UPDATED. RUN THE REORG AND MODIFY UTILITIES TO MATERIALIZE THE CHANGES.
REPAIR INSERTVERSIONPAGES SETCURRENTVERSION inserted missing system pages and increased version numbers for tables at version 0 to the current version of the table space. A REORG and a subsequent MODIFY are recommended after this operation.

System action

The REPAIR INSERTVERSIONPAGES job completed without error.

User response

If additional-information recommends that you do so, run REORG on the object to materialize the version number for all data rows so that they are at the current version. To delete older image copies that have lower version numbers, run the MODIFY utility.

End of change