M204.1014: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <var>'s) |
||
Line 1: | Line 1: | ||
{{Template:M204.1014 skeleton}} | {{Template:M204.1014 skeleton}} | ||
<P>The output page buffer in the user's server area is not large enough to hold the terminal data stream created by either a User Language full screen definition or the Model 204 Full Screen Editor. </P> | <P> | ||
<p><b>Response:</b> Alter the User Language full screen definition to require less space in the output page buffer by: </p><ul> | The output page buffer in the user's server area is not large enough to hold the terminal data stream created by either a User Language full screen definition or the Model 204 Full Screen Editor. </P> | ||
<p> | |||
<b>Response:</b> Alter the User Language full screen definition to require less space in the output page buffer by: </p> | |||
<ul> | |||
<li>Removing items from the screen definition or shortening the items </li> | <li>Removing items from the screen definition or shortening the items </li> | ||
<li>Dividing the screen into more than one panel by using NEW PAGE </li> | <li>Dividing the screen into more than one panel by using NEW PAGE </li> | ||
<li>Dividing the screen into multiple screen definitions </li> | <li>Dividing the screen into multiple screen definitions </li> | ||
</ul> | </ul> | ||
<p><b>System manager response:</b> If none of the above actions resolves the problem, increase the LOUTPB parameter for the IODEV in question. Note that LOUTPB may not exceed (PAGESZ - 40), if back packing is requested (NBKPG greater than 0). </p> | <p> | ||
<b>System manager response:</b> If none of the above actions resolves the problem, increase the <var>LOUTPB</var> parameter for the <var>IODEV</var> in question. Note that <var>LOUTPB</var> may not exceed <code>(PAGESZ-40)</code>, if back packing is requested (<var>NBKPG</var> greater than 0). </p> | |||
{{Template:M204.1014 footer}} | {{Template:M204.1014 footer}} | ||
<!-- skeleton as it was in pdf/OUTPUT PAGE BUFFER FULL /--> | <!-- skeleton as it was in pdf/OUTPUT PAGE BUFFER FULL /--> |
Latest revision as of 18:02, 2 March 2018
M204.1014 Output page buffer full
The output page buffer in the user's server area is not large enough to hold the terminal data stream created by either a User Language full screen definition or the Model 204 Full Screen Editor.
Response: Alter the User Language full screen definition to require less space in the output page buffer by:
- Removing items from the screen definition or shortening the items
- Dividing the screen into more than one panel by using NEW PAGE
- Dividing the screen into multiple screen definitions
System manager response: If none of the above actions resolves the problem, increase the LOUTPB parameter for the IODEV in question. Note that LOUTPB may not exceed (PAGESZ-40)
, if back packing is requested (NBKPG greater than 0).
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | 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 |
AUDITER | Writes the message with line type ER to the audit trail |
CANCEL | Cancels the user's request |
COUNT | Increments the error count (ERCNT) parameter |