Multiple choice technology mainframe State the command to release a program from XPEDITOR CEMT REL PROG(<program name>) CECI REL PROG(<prog name>) CECI RELEASE <program name> PROG 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.