M204.2961

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

M204.2961  Missing end "​/​" in PGM​=​FUNLOAD PARM

The Opening "/" on FUNLOAD EXEC Parameter has no matching Close "/" parameter

Response: Supply the matching Close "/" parameter

Version introduced: 7.6

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