Multiple choice technology mainframe

Which is a unit of work scheduled by CICS?

  1. Transaction

  2. Task

  3. Terminal

  4. Program

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

In CICS, a Task is the unit of work that gets scheduled and dispatched. Transactions are initiated by users and result in tasks being created. Terminals are input devices, and Programs are the code that executes - neither are schedulable work units.