Specify CICS transaction initiation process. (From the
perspective of CICS control programs and control tables.)
Answer Posted / sadiq afroze
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 programs from the physical storage location
address given in PPT. The control is then passed to the
application program (LOAD module).
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what are the commands used to gain exclusive control over a resource?
Mention the content that is present inside a PPT ?
how can you prevent more than one user from accessing the same transient data queue?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
What is the comaera (communication area)?
What is the difference between a return with transid and xctl?
What is the cics command that is used to access current date and time?
Define cedf?
How do we pass parameters into a CICS –DB2 program
What are fset, frset?
What is the meaning of the deq command?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Explain the maps in cics?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
What are the cics commands associated with task control?