DSNU333I csect-name - INPUT VALUE 'ebcdic-data' OUT OF RANGE FOR COLUMN 'column-name'

Explanation

The LOAD utility detected a numeric value outside the range of permissible values for the column in the Db2 table. A loss of significant digits results if the LOAD process continues. The input data type is INTEGER EXTERNAL, DECIMAL EXTERNAL, or FLOAT EXTERNAL.

System action

Further utility processing is terminated.

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:
  • The table definition
  • The LOAD statement
  • The input data.

Severity

8 (error)