Dev entered a bad key in test. CICS program opened a cursor, FETCH loop never set EOF, and it just sat there dumping to CEEMSG. Ops took forever to cancel the region because of the ticket process.
ICVR is 3000. There is an EXEC CICS PUT CONTAINER inside the loop so I am not sure runaway detection even helps.
Besides "fix the missing MOVE to WS-EOF" - what do shops do so one bad test does not pin a region? ASULIMIT? hard fetch caps in test only?