Multiple choice technology mainframe

CICS Command to suspend previously issued START command?

  1. EXEC CICS UNLOCK

  2. EXEC CICS CANCEL

  3. EXEC CICS IGNORE

  4. EXEC CICS RETRIEVE

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

In CICS, the CANCEL command is used to cancel or suspend a task that was previously initiated with a START command. The CANCEL command terminates the specified task and prevents it from running. UNLOCK is used to release resources, IGNORE suppresses error messages, and RETRIEVE retrieves data from temporary storage - none of these suspend STARTed tasks.