Multiple choice technology mainframe

State the command to release a program from XPEDITOR

  1. CEMT REL PROG(<program name>)

  2. CECI REL PROG(<prog name>)

  3. CECI RELEASE <program name> PROG

  4. REL PROG(<program name>)

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

To release a program from XPEDITOR in CICS environment, the CECI command is used: CECI REL PROG(program name). CEMT is for system transactions, not program control. Option B correctly shows CECI with the REL PROG syntax.