MOUT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (misc formatting)
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:MOUT parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 10: Line 11:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V9.0</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The maximum number of lines printed per request</p>
<p>
<p>At certain points during loop processing of a request, the elapsed number of lines printed for the request is compared to the value of MOUT. If the elapsed number is greater, you are informed that the request is long. You can either continue or cancel the request. </p>
The maximum number of lines printed per request (shown by the OUT statistic).</p>
<p>In batch jobs, in application subsystems, or if the value of the PROMPT parameter includes the hexadecimal 10 option, this interaction with you does not happen and the request is canceled.     </p>
<p>
<p>The maximum MOUT value is 2,147,483,647. </p>
At certain points during loop processing in a request, the elapsed number of lines printed for the request is compared to the value of <var>MOUT</var>. If the elapsed number is greater, a message is issued to indicate that the request is long. The user running the request is then given the option to continue or to cancel the request. </p>
<p>Lines output to a temporary procedure by the $BLDPROC function within a request would also be controlled by the MOUT parameter.</p>
<p>
[[Category:User Parameters]]
In batch jobs, application subsystems, or if the value of the <var>[[PROMPT parameter|PROMPT]]</var> parameter includes the X'10' option, this interaction with the user does not occur, and the request is cancelled. </p>
<p>
The maximum <var>MCPU</var> setting is X'FFFFFFFE' (4,294,967,294). If <var>MCPU</var> is set to -1, there is no limit on OUT.</p>
<p>
Lines output to a temporary procedure by the <var>[[$BldProc]]</var> function within a request are also controlled by the <var>MOUT</var> parameter.</p>
 
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 21:19, 12 September 2016

Max output lines

Summary

Default value
1000000
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 V9.0 or earlier

Description

The maximum number of lines printed per request (shown by the OUT statistic).

At certain points during loop processing in a request, the elapsed number of lines printed for the request is compared to the value of MOUT. If the elapsed number is greater, a message is issued to indicate that the request is long. The user running the request is then given the option to continue or to cancel the request.

In batch jobs, application subsystems, or if the value of the PROMPT parameter includes the X'10' option, this interaction with the user does not occur, and the request is cancelled.

The maximum MCPU setting is X'FFFFFFFE' (4,294,967,294). If MCPU is set to -1, there is no limit on OUT.

Lines output to a temporary procedure by the $BldProc function within a request are also controlled by the MOUT parameter.