DSNU341I csect-name - IMAGE COPY MUST BE TAKEN BEFORE REORG CAN BE RUN ON A DB2 CATALOG OR DIRECTORY TABLE SPACE: database-name.tablespace-name
Explanation
The Db2 catalog or directory table space being reorganized does not have an image copy that the RECOVER utility can use to recover the table space to currency. Before running the REORG utility, you must run the COPY utility to create an image copy for the indicated table space. This action prevents having to recover the Db2 catalog or directory table space to a prior point in time if a problem occurs during REORG processing.
- csect-name
- The name of the control section that issued the message.
- database-name
- The name of the directory or catalog database.
- tablespace-name
- The name of the directory or catalog table space.
System action
Processing terminates.
User response
Run the COPY utility to create an image copy of the Db2 catalog or directory table space. If more than one catalog or directory table space is to be reorganized, consider using the QUIESCE and COPY utilities for the set of table spaces to be reorganized.
Use the REPORT utility to view the recovery information related to the table space. The output from the REPORT utility should indicate either the absence of an image copy, or the presence of a REORG LOG NO SYSCOPY record.
Severity
8 (error)