M204.2648: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add <var>s)
No edit summary
 
Line 2: Line 2:


<p>
<p>
A SOUL statement that references the <var>BUFFER</var> or a Large Object field was invalid. The <var class="term">token0</var> item, one of these, was in error: </p>
A SOUL statement that references the <var>BUFFER</var> or a [[Large_Object_field_processing_for_non-FILEORG_X%27100%27_files#Adding_Large_Object_fields|Large Object field]] was invalid. The <var class="term">token</var> item, one of these, was in error: </p>
<ul>
<ul>
<LI>POSITION</LI>
<LI>POSITION</LI>

Latest revision as of 22:24, 2 April 2018

M204.2648  Buffer or large object reference has token token2

A SOUL statement that references the BUFFER or a Large Object field was invalid. The token item, one of these, was in error:

  • POSITION
  • RESERVE

The token2 error condition describes the error.

Response:  

  • If this message is issued during compilation, correct the program statement that is in error.
  • If this message is issued during evaluation, ensure that the %variable that specifies the value for POSITION or RESERVE contains a valid value.

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