M204.0192: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>s)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:M204.0192 skeleton}}
{{Template:M204.0192 skeleton}}
<P>An unrecognizable word is found in a FIND statement or IFFIND selection specification, where only AND or THAN are legal. Two correct specifications are: </P><ul><LI>Field IS BETWEEN value1 AND value2 </LI><LI>Field IS GREATER THAN value </LI></ul><P>In User Language, compilation continues, but the request is not executed. IFFIND returns a code of 4. </P>
<P>
<p><b>Response:</b> Check the FIND statement or IFFIND specification for a misspelled word, correct, and retry. </p>
An unrecognizable word is found in a <var>Find</var> statement or <var>IFFIND</var> selection specification, where only <var>And</var> or <var>Than</var> are legal. Two correct specifications are: </P>
<ul>
<LI><code><var class="term">Field</var> Is Between <var class="term">value1</var> And <var class="term">value2</var></code> </LI>
<LI><code><var class="term">Field</var> Is Greater Than <var class="term">value</var></code></LI>
</ul>
<P>
In SOUL, compilation continues, but the request is not executed. <var>IFFIND</var> returns a code of 4. </P>
<p>
<b>Response:</b> Check the <var>Find</var> statement or <var>IFFIND</var> specification for a misspelled word, correct, and retry.  
</p>
{{Template:M204.0192 footer}}
{{Template:M204.0192 footer}}
<!-- skeleton as it was in pdf/AND OR THAN REQUIRED, NOT word /-->
<!-- skeleton as it was in pdf/AND OR THAN REQUIRED, NOT word /-->

Latest revision as of 14:33, 19 June 2018

M204.0192  And or Than required​,​ not word

An unrecognizable word is found in a Find statement or IFFIND selection specification, where only And or Than are legal. Two correct specifications are:

  • Field Is Between value1 And value2
  • Field Is Greater Than value

In SOUL, compilation continues, but the request is not executed. IFFIND returns a code of 4.

Response: Check the Find statement or IFFIND specification for a misspelled word, correct, 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
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter
ECHODisplays the line that caused the error
COMPILECompilation error

Back to list of messages