Specify CICS transaction initiation process. (From the
perspective of CICS control programs and control tables.)

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you define commarea?

561


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

614


What do you mean by CEMT?

771


Explain the mdt in cics?

618


How to dsect parameter is used in bms?

702






For protecting a transaction using the transaction security function, the two things that must be done are?

1804


what are the differences between and exec cics xctl and an exec cics link command?

704


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?

639


Name the command used for terminating a browse operation?

571


What is the cics command level?

560


Explain the difference between cics program control table (pct) and cics processing program table (ppt)?

612


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

576


Name the cics command that gives the length of twa area?

570


Explain the difference between the into and the set option in the exec cics receive map command?

557


Define communication area?

564