DSNE627I csect-id FOR SQLCODE = sql-code, USER REQUESTED: action
Explanation
During PREPARE processing of the SQL statement, SPUFI received an SQLCODE (+495) and requested you to respond with the action to be taken by SPUFI (CONTINUE or BYPASS).
SPUFI does not consider this to be an SQL statement error and places this message in the SPUFI output file to document the SQLCODE received and the action you requested. sql-code specifies the SQL return code associated with the PREPARE request.
System action
SPUFI processing for this statement is based on action documented in the message:
- CONTINUE
- Processing for the current SQL statement continues normally.
- BYPASS
- Processing for the current SQL statement is terminated without error.
User response
Respond as indicated by the SQL code returned.