M204.0572: 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.0572 skeleton}}
{{Template:M204.0572 skeleton}}
<P>The string to be stored in preallocated field <var class="term">token0</var> is one of the following:</P>
<P>The string to be stored in preallocated field <var class="term">token</var> is one of the following:</P>
<ul>
<ul>
<li>Longer than the maximum length of the field</li>
<li>Longer than the maximum length of the field</li>

Latest revision as of 16:13, 26 March 2018

M204.0572  New value null​,​ pad​,​ or too long for token

The string to be stored in preallocated field token is one of the following:

  • Longer than the maximum length of the field
  • Null (or entirely equal to the PAD character specified for the field)
  • Terminates with a pad character.

Response: Correct the statement 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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages