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 the eib parameter?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
How do we pass parameters into a CICS –DB2 program
What are the types of processes to create a map in cics?
what is eib, how is can be used?
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?
Define TCT.
What is the syncpoint command?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
Explain how do you access the records randomly in tsq?
Can you explain cics translator?
Is length = 0 sufficient to ascertain that the field has been modified?
Can dynamic calls be used in CICS?
What is cics load command?