Is there a parameter, a limit, or a method that will limit the amount of CPU consumed by a task in IDMS?
Release: All supported releases.
There are several types of limits that can be set for tasks in the sysgen, but CPU consumption is not one of them. Limits can be set for the number of calls, the number of locks, the amount of I/O against the database, and the amount of storage consumed.
Limits can also be set on:
All CICS tasks will run as external tasks (ERUs). The most effective limit to apply for those tasks is probably a limit on calls, either at the system or program level.