by stevexff » Mon Feb 21, 2011 9:08 pm
Yes. CICS has a CPU limit that allows a task to be purged with abend AICA when it is exceeded; the only problem is that this count gets reset when the program does an EXEC CICS command, so if that is part of your loop you are a bit stuck. Omegamon, Mainview and other CICS monitoring tools can kill tasks automatically when they hit thresholds of CPU, storage allocation, and I/O calls - your sysprogs should have these set already in your test regions to stop runaway tasks, and if they haven't you could ask them to set them up.
Steve