MDKWR parameter: Difference between revisions
Jump to navigation
Jump to search
(Corrected the maximum limit value of MDKWR to 2**32-2) |
m (→Description) |
||
Line 15: | Line 15: | ||
==Description== | ==Description== | ||
<p>The maximum number of disk writes per request</p> | <p>The maximum number of disk writes per request (shown by the DKWR statistic)</p> | ||
<p>At certain points during loop processing of a request, the elapsed number of disk writes for the request is compared to the value of MDKWR. If the elapsed number is greater, you are informed that the request is long. The user can either continue or cancel the request. </p> | <p>At certain points during loop processing of a request, the elapsed number of disk writes for the request is compared to the value of MDKWR. If the elapsed number is greater, you are 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 hexadecimal 10 option, this interaction with you does not happen and the request is canceled.</p> | <p>In batch jobs, in application subsystems, or if the value of the <var>[[PROMPT_parameter|PROMPT]]</var> parameter includes the hexadecimal 10 option, this interaction with you does not happen and the request is canceled.</p> |
Revision as of 22:12, 31 August 2016
Max disk writes
Summary
- Default value
- 1000000
- Parameter type
- User
- Where set
- By any user
- Related products
- All
- Introduced
- Model 204 V8.1 or earlier
Description
The maximum number of disk writes per request (shown by the DKWR statistic)
At certain points during loop processing of a request, the elapsed number of disk writes for the request is compared to the value of MDKWR. If the elapsed number is greater, you are 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 hexadecimal 10 option, this interaction with you does not happen and the request is canceled.
The maximum MDKWR limit value is 4,294,967,294. MDKWR=-1 means that there is no limit on DKWR.