🎴 Flashcard Mode

Mainframe Programming: COBOL, CICS, and JCL

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
RESUME
💡 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.

Change Mode