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
What is the pic clause for the any bll cell type of data fields?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Mention the option used in a cics command to retrieve the response code after execution of the command?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Kindly specify the pic clause for the any bll cell type of data fields?
What is the comaera?
What does the 'cebr:cics' transactions do?
Can you define ppt and what are its uses?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
What are the types of the dfhmdf present in the cics?
Name the cics command that gives the length of twa area?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Differentiate between PCT and FCT.