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 program reentrance?
what are transient data sets defined to cics?
Define the term function request shipping?
Explain the function of the load command?
What are the main uses of the transaction in the cics?
Explain the primary function of the processing program table (ppt)?
What is meant by an attribute byte?
Explain what is a cursor in cics sql processing?
Explain how do you handle errors in cics programs?
What is the comaera (communication area)?
Name the command which is used to release a record on which exclusive control is gained?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
Explain how would you resolve an asra abend?
What are the common tables in cics and their usage?