00C900E0
Explanation
One of the following values on the header page of the data set does not match the information in the Db2 catalog table for the same object:
- Database ID (DBID)
- Table space ID (PSID)
- Table ID (OBID)
This problem usually occurs after copying data by using DSN1COPY.
System action
Db2 returns SQLCODE -904. You cannot access the data.
User response
Obtain the correct database ID, table space ID, or table ID from the catalog table of the target subsystem.
Find the DSN1COPY job that might have caused this error. Ensure that the SYSXLAT DD statement that is used in that DSN1COPY job contains the correct IDs for each object to be translated. Then rerun DSN1COPY.