Customer Information Control System Question:
Download Questions PDF

Specify CICS transaction initiation process. ( From the perspective of CICS control programs and control tables.)?

Answer:

TCP places data in TIOA and corresponding entry into TCT.
KCP acquires the transaction identifier from TIOA and verifies if it is present in PCT.
SCP acquires Storage in Task Control Area (TCA), in which KCP prepares control data for the task.
KCP then loads the application programs mentioned in PCT by looking for it in PPT.
If resident - real storage memory location is not present in the PPT the control is passed to PCP that loads the application program from the physical storage location address given in PPT. The control is then passed to the application program (LOAD module).

Download CICS Interview Questions And Answers PDF

Previous QuestionNext Question
What are the attribute values of Skipper and Stopper fields?Specify the requirements for Automatic Task Initiation. (Mention the control table, it is entries and the corresponding Procedure division CICS command).?