M204.2648: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <var>s) |
||
Line 2: | Line 2: | ||
<p> | <p> | ||
A SOUL statement that references the BUFFER 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 was invalid. The <var class="term">token0</var> item, one of these, was in error: </p> | ||
<ul> | <ul> | ||
<LI>POSITION</LI> | <LI>POSITION</LI> |
Revision as of 01:35, 14 March 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 token0 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 |