M204.2104

From m204wiki
Revision as of 21:50, 15 March 2018 by JAL (talk | contribs) (add link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.2104  Heap storage is required but the LHEAP parameter is set to 0

This message is issued whenever the system makes a request for some heap storage but the heap was initialized with a length of 0. The size of the server table containing the heap storage is controlled by the initialization parameter LHEAP.

Response: Inform the system manager that the LHEAP parameter needs to be set to some non-zero value.

System manager response: Set the system parameter LHEAP to a positive value large enough to handle the request being processed.

Operator response: An operator response is not applicable.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=96Sets 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