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
Explain the use of DCT ?
Explain the difference between the into and the set option in the exec cics receive map command?
Can you define cemt?
Explain the function of the terminal control table?
What is eib?
Explain the difference between physical map and symbolic map?
how do you fire a batch job from a cics txn ?
what is effect on receive map when
Define the term transaction routing?
Explain the difference between a physical bms mapset and a logical bms mapset?
What is the term conversational programs means?
In a CICS program, how will you read a VSAM file?
Explain how do you access the records randomly in tsq?
define the field with ic in the bms map.
Name some translator and compile options and explain their meaning?