Interview Questions

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

CICS Interview Questions


(Continued from previous question...)

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

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.

(Continued on next question...)

Other Interview Questions