M204.1088: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (remove 0 from token0)
 
Line 3: Line 3:
You did one of the following: </P>
You did one of the following: </P>
<ul>
<ul>
<LI>Issued a <var>USE</var> command specifying both <var class="term">token0</var> and <var class="term">token2</var> </LI>
<LI>Issued a <var>USE</var> command specifying both <var class="term">token</var> and <var class="term">token2</var> </LI>


<LI>Issued a <var>DEFINE PRINTER</var> or a <var>DEFINE PUNCH</var> command, then a <var>USE</var> command, and the combined options from the commands contained <var class="term">token0</var> and <var class="term">token2</var> </LI>
<LI>Issued a <var>DEFINE PRINTER</var> or a <var>DEFINE PUNCH</var> command, then a <var>USE</var> command, and the combined options from the commands contained <var class="term">token</var> and <var class="term">token2</var> </LI>
</ul>
</ul>
<P>
<P>
<var class="term">token0</var> and <var class="term">token2</var> are mutually exclusive. The <var>USE</var> command is rejected. </P>
<var class="term">token</var> and <var class="term">token2</var> are mutually exclusive. The <var>USE</var> command is rejected. </P>
<p>
<p>
<b>Response:</b> Correct the <var>DEFINE PRINTER</var>, <var>DEFINE PUNCH</var>, or <var>USE</var> command, and retry. </p>
<b>Response:</b> Correct the <var>DEFINE PRINTER</var>, <var>DEFINE PUNCH</var>, or <var>USE</var> command, and retry.  
</p>
{{Template:M204.1088 footer}}
{{Template:M204.1088 footer}}
<!-- skeleton as it was in pdf/option1 AND option2 ARE MUTUALLY EXCLUSIVE OPTIONS /-->
<!-- skeleton as it was in pdf/option1 AND option2 ARE MUTUALLY EXCLUSIVE OPTIONS /-->

Latest revision as of 17:29, 26 March 2018

M204.1088  token and token2 are mutually exclusive options

You did one of the following:

  • Issued a USE command specifying both token and token2
  • Issued a DEFINE PRINTER or a DEFINE PUNCH command, then a USE command, and the combined options from the commands contained token and token2

token and token2 are mutually exclusive. The USE command is rejected.

Response: Correct the DEFINE PRINTER, DEFINE PUNCH, or USE command, and retry.

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