M204.1924: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (remove 0 from token0)
 
Line 1: Line 1:
{{Template:M204.1924 skeleton}}
{{Template:M204.1924 skeleton}}
<P>
<P>
The <var class="term">token0</var> $function must be invoked in GROUP context. </P>
The <var class="term">token</var> $function must be invoked in GROUP context. </P>
<p>
<p>
<b>Response:</b> Place the $function invocation in GROUP context. </p>
<b>Response:</b> Place the $function invocation in GROUP context.  
</p>
{{Template:M204.1924 footer}}
{{Template:M204.1924 footer}}
<!-- skeleton as it was in pdf/%C FUNCTION REQUIRES GROUP CONTEXT /-->
<!-- skeleton as it was in pdf/%C FUNCTION REQUIRES GROUP CONTEXT /-->

Latest revision as of 20:56, 26 March 2018

M204.1924  token function requires group context

The token $function must be invoked in GROUP context.

Response: Place the $function invocation in GROUP context.

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