MCNCT parameter: Difference between revisions
Jump to navigation
Jump to search
(Corrected the maximum limit value of MCNCT to 2**32-2) |
|||
Line 18: | Line 18: | ||
<p>At certain points during loop processing of a request, the elapsed wall clock time of the request is compared to the value of MCNCT. If the elapsed time is greater, you are informed that the request is long. You can either continue or cancel the request. </p> | <p>At certain points during loop processing of a request, the elapsed wall clock time of the request is compared to the value of MCNCT. If the elapsed time is greater, you are informed that the request is long. You 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> | ||
<p>The maximum MCNCT value is | <p>The maximum MCNCT limit value is 4,294,967,294. MCNCT=-1 means that there is no limit on CNCT. </p> | ||
[[Category:User parameters]] | [[Category:User parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 21:59, 31 August 2016
Max connect time
Summary
- Default value
- 86400
- Parameter type
- User
- Where set
- By any user
- Related products
- All
- Introduced
- Model 204 V8.1 or earlier
Description
The maximum wall clock time in seconds per request
At certain points during loop processing of a request, the elapsed wall clock time of the request is compared to the value of MCNCT. If the elapsed time is greater, you are informed that the request is long. You 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 MCNCT limit value is 4,294,967,294. MCNCT=-1 means that there is no limit on CNCT.