M204.2916

From m204wiki
Revision as of 22:17, 21 March 2018 by JAL (talk | contribs) (misc formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.2916  sizeParameter requires at least one area to be set in tablesParameter

The first token indicates that an above-the-bar storage area for servers was allocated. If the first token is:

  • SERVGSZ, then at least one server table server area must be indicated in the SERVGA parameter.
  • SERVNSSZ, then at least one server table server area must be indicated in the SERVNSA parameter.

Operator response: Correct the setting of either of the two parameters indicated by the first and last tokens in the message.

Message attributes:

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

Back to list of messages