MOUT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
Line 14: Line 14:
</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</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 of 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, you are informed that the request is long. You can either continue or 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>
In batch jobs, in application subsystems, or if the value of the <var>PROMPT</var> parameter includes the hexadecimal 10 option, this interaction with you does not happen and the request is canceled. </p>
<p>
The maximum <var>MOUT</var> value is 2,147,483,647. </p>
<p>
Lines output to a temporary procedure by the <var>[[$BldProc]]</var> function within a request would also be controlled by the <var>MOUT</var> parameter.</p>
 
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 23:36, 10 October 2014

Max output lines

Summary

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

Description

The maximum number of lines printed per request

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.

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.

The maximum MOUT value is 2,147,483,647.

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