MCPU parameter

From m204wiki
Revision as of 16:40, 27 August 2013 by DmeWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

Max CPU time

Summary

Default value
86400000
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The maximum CPU time in milliseconds per request

At certain points during loop processing of a request, the elapsed CPU time of the request is compared to the value of MCPU. 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 MCPU value is 2,147,483,647.