M204.2471

From m204wiki
Jump to navigation Jump to search

M204.2471  Length of token parameter value is too large

The value specified for the given parameter is larger than its maximum length. For example, the maximum length of the SYSDINFO parameter is 43 bytes. Larger values result in this message.

System manager response: Reduce the value to the maximum size or less, 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