M204.1121

From m204wiki
Revision as of 17:36, 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.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