M204.2682: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 2: Line 2:


<P>
<P>
When a SOUL statement of the reported type (<var class="term">token0</var>) was executed, it referred to a %variable whose value should have resolved to an entity of the reported type (<var class="term">token2</var>). The request is canceled.</P>
When a SOUL statement of the reported type (<var class="term">token</var>) was executed, it referred to a %variable whose value should have resolved to an entity of the reported type (<var class="term">token2</var>). The request is canceled.</P>
<ul>
<ul>
<LI><var class="term">token0</var> can be <code>IDENTITY</code> </LI>
<LI><var class="term">token</var> can be <code>IDENTITY</code> </LI>
<LI><var class="term">token2</var> can be <code>IMAGE</code></LI>
<LI><var class="term">token2</var> can be <code>IMAGE</code></LI>
</ul>
</ul>
{{Template:M204.2682 footer}}
{{Template:M204.2682 footer}}
<!-- skeleton as it was in pdf/statement-type: VARIABLE DID NOT RESOLVE TO entity-type/-->
<!-- skeleton as it was in pdf/statement-type: VARIABLE DID NOT RESOLVE TO entity-type/-->

Latest revision as of 23:06, 2 April 2018

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