DSNU332I csect-name - INPUT VALUE X'hex-data' OUT OF RANGE FOR COLUMN 'column-name'

Explanation

The LOAD utility detected a numeric value outside of the range of permissible values for the column in the Db2 table.

csect-name
The name of the control section that issued the message.
hex-data
The input value that is outside of the range of the column.
column-name
The name of the column.

A loss of significant digits results if the LOAD process continues. The input data type is SMALL INTEGER, INTEGER, DECIMAL, or FLOAT and is displayed in hexadecimal.

System action

Further utility processing is terminated unless DISCARD processing is active.

User response

Correct the input data and resubmit the job. Make sure that the 'field specification' on the LOAD statement is consistent with the table definition and the input data. This might mean changing any of the following items:
  • The table definition
  • The LOAD statement
  • The input data.

Severity

8 (error)