ERRCOUNT (CICS)

ERRCOUNT specifies how many conditions of severity 2, 3, and 4 can occur per thread before the enclave terminates abnormally. After the number specified in ERRCOUNT is reached, Language Environment terminates with a U4091 abend and no further Language Environment condition management, including CEEHDLR management, is honored.

Notes :

Valid values : integer, range 0 through 99. A value of 0 means that the Language Environment condition handler will not terminate regardless of the severity 2, 3, or 4 conditions that are generated. This setting allows previous existing infinite loop or runaway task conditions to persist. Note that Language Environment does not place an upper limit on ERRCOUNT, but 99 is set here as a practical limit.