M204.2030: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 2: Line 2:


<P>
<P>
An ambiguous find specification has been coded on an IFFIND function. An IN clause was coded but the FD keyword was not provided. </P>
An ambiguous find specification has been coded on an <var>IFFIND</var> function. An <var>IN</var> clause was coded, but the <var>FD</var> keyword was not provided. </P>
<p>
<p>
<b>Response:</b> Add the FD keyword to the find specification. This will enable Model&nbsp;204 to determine if the IN clause is a file/group clause or a reference to a previously established record set. See [[IFFIND (HLI function)]] for a description of the format of IFFIND specifications on multiple cursor threads. </p>
<b>Response:</b> Add the <var>FD</var> keyword to the find specification. This will enable Model&nbsp;204 to determine if the <var>IN</var> clause is a file/group clause or a reference to a previously established record set. See [[IFFIND (HLI function)]] for a description of the format of <var>IFFIND</var> specifications on multiple cursor threads.  
</p>
{{Template:M204.2030 footer}}
{{Template:M204.2030 footer}}
<!-- skeleton as it was in pdf/INVALID IFFIND SPECIFICATION /-->
<!-- skeleton as it was in pdf/INVALID IFFIND SPECIFICATION /-->

Latest revision as of 17:14, 15 March 2018

M204.2030  Invalid IFFIND specification

An ambiguous find specification has been coded on an IFFIND function. An IN clause was coded, but the FD keyword was not provided.

Response: Add the FD keyword to the find specification. This will enable Model 204 to determine if the IN clause is a file/group clause or a reference to a previously established record set. See IFFIND (HLI function) for a description of the format of IFFIND specifications on multiple cursor threads.

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