M204.2648

From m204wiki
Jump to navigation Jump to search

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