DSNU3336I csect-name information-type DOES NOT MATCH THE VALUE SPECIFIED IN THE TEXT

Explanation

The REPAIR WRITELOG utility statement cannot be processed, because information that is specified in the TEXT option is not correct.

csect-name
The name of the control section that issued the message.
information-type
The type of information in the TEXT option that is incorrect. information-type can have one of the following values:
DATABASE DBID
The database identifier (DBID) does not match the DBID in the Db2 catalog for the database that is specified in the REPAIR statement.
TABLE SPACE PSID
The page set identifier (PSID) does not match the PSID in the Db2 catalog for the table space that is specified in the REPAIR statement.
TABLE SPACE PSID HIGH-ORDER BIT
The page set identifier (PSID) in the Db2 catalog has a high-order bit, but the PSID that was specified in the TEXT option does not. The PSID in the catalog might have a high-order bit if the table space contains a clone object or contained one at one time. For more information, see Determining the PSID for base and clone objects.
LOG RECORD LENGTH
The log record length does not match the actual record length of the TEXT value.

System action

REPAIR ends with return code 8.

User response

Correct the TEXT option in the REPAIR WRITELOG statement and rerun the utility.

Severity

8 (error)