WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS
THE EXECUTION?
(I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)
Answer Posted / ankita
TCP first validates terminal using TCT.Task Control Program
(KCP) uses the Program Control Table(PCT) for identifying
and intializing a transaction.Program name will be there in
PCT entry.Program Control Prog.(PCP) uses the PPT
(Processing PRog. table) for validating the program name.In
similar way, PCP&FCT,JCP&JCT , etc. works
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Name at least one of the ways by which a transaction can be terminated?
Can you explain dfheiblk?
Explain the difference between dfhcommarea and tsq?
what are transient data sets defined to cics?
How to handle exceptional conditions in cics?
Can you explain cics translator?
Explain how do you terminate an already issued delay command?
Why do we need integrated cics translator?
what are the reserved words for cics?
What is the use of mdt (modified data tag)?
Define cics interface block?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What is the use of the eibaid field?
Name the three ways available for a program to position the cursor on the screen?
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?