M204.0184

From m204wiki
Jump to navigation Jump to search

M204.0184  Missing ')'

An unpaired left parenthesis is found in a Find statement or in the selection specification of an IFFIND function. If an IFFIND function produced the error, the function returns a return code of 4. If a Find statement produced the error, compilation continues, but the request is not executed.

Response: Inspect the Find statement or IFFIND specification, close all unpaired parentheses, and retry.

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
ECHODisplays the line that caused the error

Back to list of messages