M204.0184
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=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITMS | Writes the message with line type MS to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |
ECHO | Displays the line that caused the error |