M204.0571: 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.0571 skeleton}}
{{Template:M204.0571 skeleton}}
<P>The POINT$ keyword in a FIND must be followed by a record number. The record number may be an integer or a %variable that contains a value that can be converted to an integer. </P>
<P>
<p><b>Response:</b> Correct the statement and retry. </p>
The <var>Point$</var> keyword in a <var>Find</var> must be followed by a record number. The record number may be an integer or a %variable that contains a value that can be converted to an integer. </P>
<p>
<b>Response:</b> Correct the statement and retry.  
</p>
{{Template:M204.0571 footer}}
{{Template:M204.0571 footer}}
<!-- skeleton as it was in pdf/POINT$ ARGUMENT SYNTAX ERROR /-->
<!-- skeleton as it was in pdf/POINT$ ARGUMENT SYNTAX ERROR /-->

Latest revision as of 20:05, 27 February 2018

M204.0571  Point$ argument syntax error

The Point$ keyword in a Find must be followed by a record number. The record number may be an integer or a %variable that contains a value that can be converted to an integer.

Response: Correct the statement 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

Back to list of messages