DSNU848I csect-name XML EXCEPTION TABLE creator-name.table-name CREATED FOR XML COLUMN column-name IN BASE TABLE creator-name.table-name

Explanation

When running with SHRLEVEL REFERENCE and AUXERROR/XMLERROR INVALIDATE, or with SCOPE XMLSCHEMAONLY, CHECK DATA performs XML schema validation against XML documents of XML columns having set an XML type modifier. In case of an XML schema validation error, CHECK DATA implicitly creates an XML exception table (XET), which contains a copy of the affected XML document. Each XML column will have its own corresponding XET object.

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

System action

Processing continues.

System programmer response

No action is required.

Severity

0 (informational)