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


Please Help Members By Posting Answers For Below Questions

What are the cics transactions?

563


What do you mean by the term fct?

519


What is the difference between a return with transid and xctl?

566


Mention the option used in a cics command to retrieve the response code after execution of the command?

626


what are the reserved words for cics?

547






Explain the logical message in cics?

577


when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?

627


Explain cebr transaction commands?

533


Explain how do you dynamically set the cursor position to a specific field?

600


What does the 'cebr:cics' transactions do?

565


Explain the significance of rdo?

615


What are the types of the dfhmdf present in the cics?

586


Name the command which is used to release a record on which exclusive control is gained?

557


What is the syncpoint command?

574


In a CICS program, how will you read a VSAM file?

642