DSNU840I csect-name BASE TABLE SPACE database-name.space-name IS MISSING IN TABLE SPACE LIST FOR XML TABLE SPACE database-name.space-name. BASE TABLE=creator-name.table-name, XML COLUMN=column-name

Explanation

An XML table space is specified by the INCLUDE XML TABLESPACES clause of the CHECK DATA utility, but no corresponding base table space is specified.

csect-name
The name of the control section that issued the message.
database-name.space-name
The name of the table space, qualified by the name of the database. This information is provided first for the base table space and then for the XML table space.
creator-name.table-name
The name of the base table, qualified by the name of the creator of the table.
column-name
The name of the XML column.

System action

Processing continues, but the indicated XML table space is not checked.

System programmer response

Either add the missing base table space to the TABLESPACE keyword or remove the XML table space from the INCLUDE XML TABLESPACES list.

Severity

4 (warning)