CICS Command to suspend previously issued START command?
-
EXEC CICS UNLOCK
-
EXEC CICS CANCEL
-
EXEC CICS IGNORE
-
EXEC CICS RETRIEVE
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.