M204.0184: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <var>'s) |
||
Line 1: | Line 1: | ||
{{Template:M204.0184 skeleton}} | {{Template:M204.0184 skeleton}} | ||
<P>An unpaired left parenthesis is found in a | <P> | ||
<p><b>Response:</b> Inspect the | An unpaired left parenthesis is found in a <var>Find</var> statement or in the selection specification of an <var>IFFIND</var> function. If an <var>IFFIND</var> function produced the error, the function returns a return code of 4. If a <var>Find</var> statement produced the error, compilation continues, but the request is not executed. </P> | ||
<p> | |||
<b>Response:</b> Inspect the <var>Find</var> statement or <var>IFFIND</var> specification, close all unpaired parentheses, and retry. | |||
</p> | |||
{{Template:M204.0184 footer}} | {{Template:M204.0184 footer}} | ||
<!-- skeleton as it was in pdf/MISSING ')' /--> | <!-- skeleton as it was in pdf/MISSING ')' /--> |
Latest revision as of 22:01, 15 February 2018
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 |