Multiple choice technology mainframe

----- resumes a BTS process or activity that has previously been suspended (by means of a SUSPEND command).

  1. LINK

  2. RETRIVE

  3. RESET

  4. RESUME

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

The RESUME command in CICS BTS resumes a process or activity that was previously suspended using the SUSPEND command. This is the direct counterpart to SUSPEND and allows paused processes to continue execution from where they left off.

AI explanation

RESUME is the command used to resume a BTS (business transaction service/process) that was previously paused with a SUSPEND command, picking the process back up from where it left off. RESET and LINK/RETRIEVE serve different purposes (restarting state or invoking/fetching a process) and don't resume a suspended one.