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
Explain how and where is the twa size set?
What are the common cics service programs and explain their usage?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What are the types of the dfhmdf present in the cics?
Define transient data?
Define floating maps with illustration?
What is DEQ?
Can you define mdt?
What is the term conversational programs means?
Explain how do you dynamically set the cursor position to a specific field?
Explain the difference between dfhcommarea and tsq?
Explain how to build up lu 6.2 communication?
Name the two types of transient data queues?
Define cedf?
what are the differences between and exec cics xctl and exec cics start command?