DSNA603I csect-name THE COLUMN column-name IN TABLE table-name IS NOT VALID. row-identifier=row-id. INVALID REASON CODE= reason-code

Explanation

An invalid value was supplied for column-name column.

csect-name
The name of the control section that issued the message.
column-name
The name of the column.
table-name
The name of the table.
row-identifier=row-id
Indicates the row that contains the invalid column.
reason-code
A numeric value that indicates that reason that the specified column is not valid:
1
The value is not an acceptable value.
2
The length of the value is invalid.
3
The value is null.

System action

Processing terminates.

User response

Specify a valid value for the specified column.

Severity

12 (severe error)