MOUT parameter: Difference between revisions
Line 20: | Line 20: | ||
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, a message is issue to indicate that the request is long. The user running the request is then given the option to either continue or to cancel the request. </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, a message is issue to indicate that the request is long. The user running the request is then given the option to either continue or to cancel the request. </p> | ||
<p> | <p> | ||
In batch jobs, application subsystems, or if the value of the <var>[[PROMPT_parameter|PROMPT</var> parameter includes the hexadecimal 10 option, this interaction with the user does not occur and the request is cancelled. </p> | In batch jobs, application subsystems, or if the value of the <var>[[PROMPT_parameter|PROMPT]]</var> parameter includes the hexadecimal 10 option, this interaction with the user does not occur and the request is cancelled. </p> | ||
<p> | <p> | ||
The maximum <var>MOUT</var> value is 2,147,483,647. </p> | The maximum <var>MOUT</var> value is 2,147,483,647. </p> |
Revision as of 14:53, 4 August 2015
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
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, a message is issue to indicate that the request is long. The user running the request is then given the option to either continue or to cancel the request.
In batch jobs, application subsystems, or if the value of the PROMPT parameter includes the hexadecimal 10 option, this interaction with the user does not occur and the request is cancelled.
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.