WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS
THE EXECUTION?
(I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)
Answer / 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 |
What is the difference between the enter key, the PF keys and the PA keys?
What do the terms locality of reference and working set mean?
How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?
Name the two types of transient data queues?
What are different system tables used in CICS?
What is cics load command?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
I have the transaction name for cics screen.. With the transaction name, how will I find the cics program written for the transaction and BMS map program also...
What is the tcp in the cisc?
What are the 3 common ways to create maps?
Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?
The READ command with INTO option will read the record specified into the data area specified (True or False)