M204.2682

From m204wiki
Revision as of 23:06, 2 April 2018 by ELowell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.2682  token : variable did not resolve to token2

When a SOUL statement of the reported type (token) was executed, it referred to a %variable whose value should have resolved to an entity of the reported type (token2). The request is canceled.

  • token can be IDENTITY
  • token2 can be IMAGE

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