Can anyone say full transaction process? i mean when user
press enter key after that what happens from there to till
end of transaction
Answers were Sorted based on User's Feedback
Answer / 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 |
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 |
Answer / kumar
By using CECI command syntax errors are identified and
after that the traction process starts, each and every cics
statement was executed and these process can be viewed by
using CEDA command. And after the complition of execution
the control will be transfered to other transaction.
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the difference between the XCTL and LINK commands?
Can you define commarea?
What is the option that is used to erase all unprotected fields during a SEND MAP operation?
Mention the option used in a cics command to retrieve the response code after execution of the command?
Kindly specify the pic clause for the data type of length option field type of data fields?
What is the comaera (communication area)?
pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.
What is CECI?
I was asked in HSBC interview following questions: 1. A string was given " techincal seminar on cobol language" Interviewer asked me to calculate the number of vowels in this string.
What does the 'cebr:cics' transactions do?
What is the function of the LOAD command?
Explain how do you control cursor positioning?