Customer Information Control System Question:
Download Questions PDF

How can you start a CICS transaction other than by keying the Transaction ID at the terminal?

Answer:

By coding an EXEC CICS START in the application program
1. By coding the trans id and a trigger level on the DCT table
2. By coding the trans id in the EXEC CICS RETURN command
3. By associating an attention key with the Program Control Table
4. By embedding the TRANSID in the first four positions of a screen to the terminal.
5. By using the Program List Table.

Download CICS Interview Questions And Answers PDF

Previous QuestionNext Question
What are the differences between and EXEC CICS XCTL and EXEC CICS START command?Explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?