M204.0184: Difference between revisions

From m204wiki
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 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. </P>
<P>
<p><b>Response:</b> Inspect the FIND statement or IFFIND specification, close all unpaired parentheses, and retry. </p>
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=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