M204.0435

From m204wiki
Revision as of 03:22, 23 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.0435  Waiting for a buffer

Model 204 had to wait for a buffer to free up in the buffer pool to perform I/O. Model 204 continues to function correctly. This condition should never occur under normal circumstances (that is, for the run, MINBUF equals at least (4 * NSERVS) but not less than 4).

Response: Contact your system manager if the problem persists.

System manager response: Make sure that the value of MINBUF (minimum buffers allocated for the run) is at least equal to four per server (4 * NSERVS). Reset the value if it is not. Otherwise, issue a *SNAP command when this condition occurs, and contact Technical Support.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' 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
NOTERMDoes not display the message on the user's terminal

Back to list of messages