M204.0069

From m204wiki
Revision as of 21:37, 13 February 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.0069  Fixed area for user will not fit in largest server​,​ initialization terminated

The fixed portion of a user's server will not fit into the largest server. Message M204.0067 displays the fixed server size required.

System manager response: The fixed area is the portion of a server that contains the user tables whose size is fixed during initialization. These tables and the formula for computing the size of the fixed portion is described in Sizing user server areas.

You must increase the size of a server so that it is large enough to contain the fixed portion for the user. This is accomplished by setting the SERVSIZE parameter on the User 0 line. Alternately, you can reduce the size of the user tables, such as LOUTPB, to allow the fixed portion to fit in the largest server.

Message attributes:

RETCODEO=80Sets online return code
RETCODEB=80Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages