Customer Information Control System Question:

What are the CICS commands available for program control?

Tweet Share WhatsApp

Answer:

The following commands are available for the Program Control services:
1. LINK: To pass control to another program at the lower level, expectiong to be returned.
2. XCTL: To pass control to another program at the same level, not expecting to be returned.
3. RETURN: To return to the next higher-level program or CICS.
4. LOAD: to load a program
5. RELEASE: To release a program.

Download CICS PDF Read All 194 CICS Questions
Previous QuestionNext Question
Explain the various ways data can be passed between CICS programs?When a task suspends all the handle conditions via the PUSH command, how does the task reactivate all the handle conditions?