Can anyone say full transaction process? i mean when user
press enter key after that what happens from there to till
end of transaction
Answer Posted / vindhya viswam
When a Transaction entered on terminal TCP(Terminal Control
Program) recognizes the incoming data from terminal and
makes an entry on TCT(terminal Control Table) and validates
the Terminal.
SCP(System Control Program) acquires storage for the
Terminal data.
TCP places data from terminal into terminal I/O Area (TIOA)
and Identifies the Task.
KCP(Task Control Program) obtains transaction identifier
from TIOA.
KCP thru PCT(Program Control Table) searches for the
application program linked with the Transaction .
If any program is linked with the the transaction then
system will make an entry on PPT(Processing Program Table).
PCP(Program Control Program), with PPT, resident address of
program is obtained.
If any files are associated with the program then make an
entry on FCT(File Control Table).
If any DB2 table is associated with the program then make
an entrynon DCT(Destination Control Table).
Thus the Application Program starts processing –
transaction is initiated.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is CICS ?
how can you prevent more than one user from accessing the same transient data queue?
which is the cics control program that provides communication services between user written application programs and terminals?
Define the term transaction routing?
How to define a vsam file in cics getting into cics to define a vsam file.
What are the terms cics generally means?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Kindly specify the pic clause for the any bll cell type of data fields?
Can you define attribute byte?
Define transient data?
What does the 'cedf:cics' transactions do?
Explain what is the massinsert option?
What are some of the cics commands associated with interval control?
Explain the logical message in cics?
What is meant by an AICA ABEND?