M204.2962

From m204wiki
Revision as of 22:39, 14 October 2025 by SteveS (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.2962  M204Params between "​/​..​/​" in PGM​=​FUNLOAD PARM​=​ exceeds token characters

You have supplied more than 255 bytes of EXEC PARM parameters to FUNLOAD, thereby exceeding the maximum

Version introduced: 7.7

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=8Sets 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
OPRWrites the message to the (operator) console

Back to list of messages