Start of change

DSNT034I   DSNTRVFY - AN ERROR WAS ENCOUNTERED DURING CALL TO ROUTINE, SQLCODE = sql-code

Explanation

The call to routine encountered an SQL error during processing.

sql-code
A numeric value that indicates why the SQL statement execution was unsuccessful.
Multiple forms: This message has multiple forms. In addition to the standard form shown above, you might see one of the following forms if no SQL return code is available:
AN ERROR WAS ENCOUNTERED DURING CALL TO ROUTINE
AN ERROR WAS ENCOUNTERED DURING CALL TO ROUTINE,
ERROR = error-text
error-text
Information about the error.

System action

The routine is not validated. Processing continues.

User response

Use the information provided for the SQL error code to resolve the problem.

Severity

8 (error)

End of change