MDKWR parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (typos)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:MDKWR parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 10: Line 11:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V8.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The maximum number of disk writes per request</p>
<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>
The maximum number of disk writes per request (shown by the DKWR statistic)</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 MDKWR value is 2,147,483,647. </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 <var>MDKWR</var>. 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 X'10' option, this interaction with you does not happen and the request is canceled.</p>
<p>
The maximum <var>MDKWR</var> value is X'FFFFFFFE' (4,294,967,294). If <var>MDKWR</var> is set to -1, there is no limit on DKWR.</p>
 
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 21:21, 12 September 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 X'10' option, this interaction with you does not happen and the request is canceled.

The maximum MDKWR value is X'FFFFFFFE' (4,294,967,294). If MDKWR is set to -1, there is no limit on DKWR.