M204.1121: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add <code>s)
m (remove 0 from token0)
 
Line 1: Line 1:
{{Template:M204.1121 skeleton}}
{{Template:M204.1121 skeleton}}
<P>
<P>
You have set <var class="term">token0</var> to a value less than the minimum or greater than the value allowed by Model&nbsp;204. <var class="term">token2</var> will indicate <code>LESS</code> or <code>GREATER</code>. For example:</P>
You have set <var class="term">token</var> to a value less than the minimum or greater than the value allowed by Model&nbsp;204. <var class="term">token2</var> will indicate <code>LESS</code> or <code>GREATER</code>. For example:</P>
<P class="code">M204.1121: THE VALUE OF RETENTION CANNOT BE GREATER THAN 9999</P>
<P class="code">M204.1121: THE VALUE OF RETENTION CANNOT BE GREATER THAN 9999</P>
<p>
<p>

Latest revision as of 17:36, 26 March 2018

M204.1121  The value of token cannot be token2 than token3

You have set token to a value less than the minimum or greater than the value allowed by Model 204. token2 will indicate LESS or GREATER. For example:

M204.1121: THE VALUE OF RETENTION CANNOT BE GREATER THAN 9999

Response: Refer to the List of Model 204 parameters to look up the parameter boundaries, 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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages