What is the difference between CICS Program Control Table
(PCT) and CICS Processing Program Table (PPT) ?
Answer Posted / wanglun
PCT:
1. one entry per transaction code
2. All transaction available to CICS should be defined in
PCT
3. contains the transaction code, corresponding program and
activivation count.
PPT:
1. One entry per program , mapset and partition set.
2. ALL program to be execcuted in CICS should be defined in
PPT
3. contains EXEkey, storage location and status of program
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is the procedure to solve an ASRA ABEND?
What is the use of the eibaid field?
Can you explain dfhmdf bms macro?
Name a few CICS programs which are generally used ?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
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??
Name some translator and compile options and explain their meaning?
What does the 'cebr:cics' transactions do?
Can you explain communication area?
Can you define mapset?
Define the attribute byte?
What are the ways fot initiating a transaction?
What is the tcp in the cisc?
Explain the difference between the xctl and link commands?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.