M204.0070

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.0070  Server too small for user: userNum

The server assigned to this particular user is too small. When no server swapping is performed (NSERVS is equal to NUSERS), a definite server size is assigned to the user. Otherwise, server swapping is in effect (NSERVS is less than NUSERS), but there is not a server large enough to contain the user.

Response: Check which of the above problems you have encountered. You may reduce your requirements by using the UTABLE command described in the Rocket Model 204 Parameter and Command Reference or, in the case of a host language application, the IFUTBL function described in the Rocket Model 204 Host Language Interface Reference Manual. The LSERVER view-only parameter specifies the current server size. Notify your system manager if you cannot reduce your table requirements and therefore need a larger server size.

System manager response: The size of a server is determined by the SERVSIZE parameter. If servers are swapped, the value of the SERVSIZE parameter for the largest server must be at least as large as the aggregate table size for the largest user. If servers are not swapped, the SERVSIZE for each user must be as large as or larger than the aggregate table size for that user.

Refer to the Rocket Model 204 System Manager's Guide for additional information on server sizing, server swapping, and the SERVSIZE parameter.

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
OPRWrites the message to the (operator) console

Back to list of messages