M204.2758: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
No edit summary |
||
Line 2: | Line 2: | ||
<P> | <P> | ||
The sum of the <var>MAXBUF</var> and <var>NUMBUFG</var> CCAIN parameters exceeds two gigabytes.</P> | The sum of the <var>[[MAXBUF parameter|MAXBUF]]</var> and <var>[[NUMBUFG parameter|NUMBUFG]]</var> CCAIN parameters exceeds two gigabytes.</P> | ||
<P> | <P> | ||
This message should never occur, because the maximum value of <var>MAXBUF</var> is 300000 (300 thousand) and of <var>NUMBUFG</var> is 700000000 (700 million), so the maximum possible value for <code>MAXBUF + NUMBUFG</code> is 700300000 (700 million, 300 thousand), which is still less than two gigabytes.</P> | This message should never occur, because the maximum value of <var>MAXBUF</var> is 300000 (300 thousand) and of <var>NUMBUFG</var> is 700000000 (700 million), so the maximum possible value for <code>MAXBUF + NUMBUFG</code> is 700300000 (700 million, 300 thousand), which is still less than two gigabytes.</P> |
Latest revision as of 20:31, 23 March 2018
M204.2758 MAXBUF+NUMBUFG can't exceed 2G
The sum of the MAXBUF and NUMBUFG CCAIN parameters exceeds two gigabytes.
This message should never occur, because the maximum value of MAXBUF is 300000 (300 thousand) and of NUMBUFG is 700000000 (700 million), so the maximum possible value for MAXBUF + NUMBUFG
is 700300000 (700 million, 300 thousand), which is still less than two gigabytes.
Note: These numbers indicate the number of buffers, not the number of bytes, so they represent huge quantities of virtual storage. For example, the NUMBUFG limit represents over 4.2 terabytes of virtual storage.
System manager response: Contact Technical Support.
Message attributes:
RETCODEO=80 | Sets online return code |
---|---|
RETCODEB=80 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITMS | Writes the message with line type MS to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |
OPR | Writes the message to the (operator) console |