Which is a unit of work scheduled by CICS?
-
Transaction
-
Task
-
Terminal
-
Program
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.