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 / saisankar
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.
-----------------------------------------------------
i want to add some to above answer
if any TSqueues are there tst(temporary storage table)
if any Tdqueues are there dct(destination control table)
if any db2 tables: RCT9resource control table)
(any info needs give mail to saisankar85@gmail.com)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you use altindxs in batch, cics programs?
For protecting a transaction using the transaction security function, the two things that must be done are?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Explain how do you access storage outside your cics program?
Explain the system transid cemt?
List out all the tables that are a part of cics ?
Explain the different ways of initiating transaction in cics?
Define the term transaction routing?
hi,what is the module? how many modules in mainframe based banking projects
What is meant by a ‘Transid’ ?
What is meant by an attribute byte?
What are the uses of ppt in cics?
What is the pic clause for the hhmmss type of data fields?
What is the tcp in the cisc?
What are the types of important programs that are used in the cics?