M204.2648: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
<p> | <p> | ||
A SOUL statement that references the BUFFER or a Large Object field was invalid. The <var class="term"> | 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
orRESERVE
contains a valid value.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |