M204.1067: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (rem)
 
Line 1: Line 1:
{{Template:M204.1067 skeleton}}
{{Template:M204.1067 skeleton}}
<P>
<P>
You issued an <var>ALLOCATE</var> command specifying an invalid value for <var class="term">token0</var>. </P>
You issued an <var>ALLOCATE</var> command specifying an invalid value for <var class="term">token</var>. </P>
<p>
<p>
<b>Response:</b> Refer to [[ALLOCATE command]] for the allowable values of <var class="term">token0</var>, and retry the command. </p>
<b>Response:</b> Refer to [[ALLOCATE command]] for the allowable values of <var class="term">token</var>, and retry the command.  
</p>
{{Template:M204.1067 footer}}
{{Template:M204.1067 footer}}
<!-- skeleton as it was in pdf/INVALID parameter SPECIFIED /-->
<!-- skeleton as it was in pdf/INVALID parameter SPECIFIED /-->

Latest revision as of 17:23, 26 March 2018

M204.1067  Invalid token specified

You issued an ALLOCATE command specifying an invalid value for token.

Response: Refer to ALLOCATE command for the allowable values of token, and retry the command.

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