Specify CICS transaction initiation process. (From the
perspective of CICS control programs and control tables.)
Answers were Sorted based on User's Feedback
Answer / sadiq afroze
TCP places data in TIOA and corresponding entry into TCT.
KCP acquires the transaction identifier from TIOA and
verifies if it is present in PCT.
SCP acquires Storage in Task Control Area (TCA), in which
KCP prepares control data for the task.
KCP then loads the application programs mentioned in PCT by
looking for it in PPT.
If resident ? real storage memory location is not present in
the PPT the control is passed to PCP that loads the
application programs from the physical storage location
address given in PPT. The control is then passed to the
application program (LOAD module).
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / shobhit verma
STEP1 FIRST ENTER 1 TO 4 CHAR TRANSACTION ID
STEP2 THEN TCP COME INTO EXISTENCE AND IT WILL CHECK THE
TERMINAL IS THERE ANY REQUEST
STEP3 TCP INSTRUCT THE SCP TO ALLOCATE TIOA
STEP4 PASSES THE CONTROL TO KCP
STEP5 THEN KCP VALIDATES THE TRANSACTION ID
STEP5 REQUEST SCP TO CREATE TASK CONTROL AREA
STEP6 THEN TCP TRANSFER THE CONTROL TO PCP
STEP7 LOCATE THE PROGRAM AND LOADS IT
STEP8 AND TRANSFER THE CONTROL TO AP
STEP9 RETRIEVE THE FCP FOR FILES OPERATION
STEP10 SEND REQUEST TO SCP TO CREATE FILE CONTROL AREA
STEP11 THEN FCP INFORM THE KCP FOR TASK
STEP12 DISPATCHES THE NEXT TASK IN THE QUEUE
STEP13 TRANSFER THE CONTROL TO FCP
STEP14 FCP RETURN CONTROLS TO AP
STEP15 AP PROCESS THE DATA
STEP16 AND TRANSFER THE CONTROL TO PCP
STEP17 PCP TRANSFER CONTROL TO KCP TO END OF TASK
STEP18 KCP REQUEST TO SCP FOR DEALLOCATION OF MEMORY
STEP19 THEN TCP SEND THE OUTPUT TO TERMINAL
STEP20 REQUEST THE SCP TO RELEASE TIOA
| Is This Answer Correct ? | 3 Yes | 1 No |
what is the use of tsq and tdq....at what situation we need to use this...pls tell me....
How do you read from a TSQ?
What are the situations under which NEWCOPY is required ?
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
Explain the use of DCT ?
What are different ways of initiating transaction in CICS ?
What is the MASSINSERT option?
What is ENQ, DEQ ?
Which is the macro used for making an entry in the PPT
When would you use abend command?
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
What is the difference between a return with transid and xctl?