M204.2500

From m204wiki
Jump to navigation Jump to search

M204.2500  SQL error token: token2

SQL processing failed and an SQL error message was issued. The SQL message number and error message are identical to what is returned to the SQL client side, describing the actual error condition.

Response: Check an SQL error message reference for details. Correct the SQL request accordingly and resubmit the request when the problem is fixed. For a file-related error, notify the file manager. For a system-related error, notify the system manager.

File manager response: None, unless the reported SQL message is related to file management issues.

System manager response: None, unless the reported SQL message is related to system management issues.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages