DSNU270I csect-name - table-name,column-name IN VIOLATION OF INSTALLATION DEFINED FIELD PROCEDURE procedure-name.function-code, return-code, reason-code, message-token

Explanation

An installation-supplied field procedure has returned an error during encoding for LOAD or decoding for REORG. SQLCODE -681 contains more detailed information.

csect-name
The name of the control section that issued the message.
table-name
The name of the table.
column-name
The name of the column.
procedure-name
The name of the stored procedure.
function-code
The function code.
return-code
A numeric value that indicates the reason for the failure.
reason-code
The Db2 reason code value that indicates the reason for the failure. For explanations of reason codes, see Db2 reason codes.
message-token
The message token.

System action

The utility issues a system '04E' abend with a reason code of '00E40336'.

System programmer response

Examine the field procedure to determine why an error return code was generated.

User response

Request the dump produced as a result of the error to the system programmer so that the cause of the error can be determined and corrected.

Severity

8 (error)