MDKRD parameter: Difference between revisions
Jump to navigation
Jump to search
m (minor formatting) |
|||
Line 15: | Line 15: | ||
==Description== | ==Description== | ||
<p>The maximum number of disk reads per request</p> | <p> | ||
<p>At certain points during loop processing of a request, the elapsed number of disk reads for the request is compared to the value of MDKRD. 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 reads per request</p> | ||
<p>In batch jobs, in application subsystems, or if the value of the <var>[[ | <p> | ||
<p>The maximum MDKRD value is 2,147,483,647. </p> | At certain points during loop processing of a request, the elapsed number of disk reads for the request is compared to the value of <var>MDKRD</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>MDKRD</var> value is 2,147,483,647. </p> | |||
[[Category:User parameters]] | [[Category:User parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 22:53, 4 August 2015
Max disk reads
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 reads per request
At certain points during loop processing of a request, the elapsed number of disk reads for the request is compared to the value of MDKRD. 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 MDKRD value is 2,147,483,647.