M204.2705

From m204wiki
Revision as of 20:34, 20 March 2018 by ELowell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.2705  Compilation syntax required literal large object field​,​ but evaluation found 'token'

If a request is executed in group context or refers to a field name variable, this message is issued during evaluation if a field name resolves to a field whose type is incompatible with the SOUL statement.

The situational options are:

  • The field name did not have the Large Object attribute. The statement was compiled using syntax that requires the field to be a Large Object field.
  • The field name that the %%field name variable contained had the Large Object attribute. The statement was compiled using syntax that requires the field to not be a Large Object field.

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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages