MOUT parameter

From m204wiki
Revision as of 21:19, 12 September 2016 by JAL (talk | contribs) (misc formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.