Multiple choice technology mainframe

When a Task ends ,CICS releases all storage associated with the task ?

  1. True

  2. False

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

True - When a CICS task ends, CICS automatically releases all storage resources that were acquired by that task during its execution. This includes working storage, GETMAIN acquired storage, and other task-related resources. This automatic cleanup prevents memory leaks and ensures efficient resource utilization in the CICS environment.