MUDD parameter: Difference between revisions
m (→Description) |
m (misc formatting) |
||
Line 15: | Line 15: | ||
==Description== | ==Description== | ||
<p>The maximum number of output lines (shown by the UDD statistic) written to a <var>[[ | <p> | ||
<p>At certain points during loop processing of a request, the elapsed number of output lines written to a directed output data set for the request is compared to the value of MUDD. If the elapsed number is greater, the user is informed that the request is long. The user can either continue or cancel the request. </p> | The maximum number of output lines (shown by the UDD statistic) written to a <var>[[Report generation#Directing output to other devices|directed output]]</var> (<var>USE</var>) data set per request.</p> | ||
<p>In batch jobs, in application subsystems, or if the value of the <var>[[ | <p> | ||
<p>The maximum MUDD limit value is 4,294,967,294. If MUDD is set to -1, | At certain points during loop processing of a request, the elapsed number of output lines written to a directed output data set for the request is compared to the value of <var>MUDD</var>. If the elapsed number is greater, the user is informed that the request is long. The user can either continue or cancel the request. </p> | ||
<p> | |||
In batch jobs, in 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 happen and the request is canceled. </p> | |||
<p> | |||
The maximum <var>MUDD</var> limit value is X'FFFFFFFE' (4,294,967,294). If <var>MUDD</var> is set to -1, there is no limit to the number of output lines that can be written to a <var>USE</var> data set.</p> | |||
[[Category:User parameters]] | [[Category:User parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 21:03, 12 September 2016
Max UDD lines
Summary
- Default value
- 1000000
- Parameter type
- User
- Where set
- By any user
- Related products
- All
- Introduced
- Model 204 V2.1 or earlier
Description
The maximum number of output lines (shown by the UDD statistic) written to a directed output (USE) data set per request.
At certain points during loop processing of a request, the elapsed number of output lines written to a directed output data set for the request is compared to the value of MUDD. If the elapsed number is greater, the user is informed that the request is long. The user can either continue or cancel the request.
In batch jobs, in application subsystems, or if the value of the PROMPT parameter includes the X'10' option, this interaction with the user does not happen and the request is canceled.
The maximum MUDD limit value is X'FFFFFFFE' (4,294,967,294). If MUDD is set to -1, there is no limit to the number of output lines that can be written to a USE data set.