MCNCT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (misc formatting)
m (typos)
 
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>MCNCT</var> value is X'FFFFFFFE' (4,294,967,294). If <var>MCNCT</var> is set to -1, there is no limit to the number of output lines that can be written to a <var>USE</var> data set.</p>
The maximum <var>MCNCT</var> value is X'FFFFFFFE' (4,294,967,294). If <var>MCNCT</var> is set to -1, there is no limit 0n CNCT.</p>


[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 21:23, 12 September 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 (shown by the CNCT statistic).

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 X'10' option, this interaction with you does not happen and the request is canceled.

The maximum MCNCT value is X'FFFFFFFE' (4,294,967,294). If MCNCT is set to -1, there is no limit 0n CNCT.