Multiple choice technology mainframe

Which error code is shown by the system when Task exceeded the Execution Time (Task in Loop) ?

  1. APCT

  2. ASRB

  3. AICA

  4. ABMB

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

AICA is the CICS abend code indicating a task exceeded its maximum execution time, typically caused by an infinite loop or runaway process. APCT indicates a program check exception, ASRB is a storage violation, and ABMB is a mapping error. CICS uses AICA to protect system resources by terminating tasks that run too long.