DSNU323I csect-name COLUMN ccc IS OMITTED

Explanation

The column 'ccc' is a nonnullable column and is not being loaded. Field specifications must include all nonnullable columns. The identified column name was missing from the field specification.

System action

Further utility processing is terminated.

System programmer response

Corrective procedures may require that a table be dropped and created again.

User response

Determine if the input data contains the nonnullable column as a field. If it does, change the field specification to include it. If the input data does not contain the nonnullable column as a field, determine which is in error, the input data or the column specification. Make the corresponding correction. Resubmit the job if that is still appropriate.

Severity

8 (error)