MDKRD parameter: Difference between revisions
Jump to navigation
Jump to search
m (minor formatting) |
(Corrected the maximum limit value of MDKRD to 2**32-2) |
||
Line 22: | Line 22: | ||
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> | 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> | <p> | ||
The maximum <var>MDKRD</var> value is | The maximum <var>MDKRD</var> limit value is 4,294,967,294. MDKRD=-1 means that there is no limit on DKRD.</p> | ||
[[Category:User parameters]] | [[Category:User parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 22:02, 31 August 2016
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 limit value is 4,294,967,294. MDKRD=-1 means that there is no limit on DKRD.