M204.0572

From m204wiki
Revision as of 16:13, 26 March 2018 by JAL (talk | contribs) (remove 0 from token0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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