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
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
How to establish dynamic cursor position on a map?
What is non-conventional programs?
what is the most common way of building queue-id of a tsq?
What is the kcp in the cics?
Explain the difference between and exec cics xctl and an exec cics link command?
What are the types of processes to create a map in cics?
Sync points cannot be requested by the application programs? State true or false
Define an asra abend?
Define cics interface block?
Can you define commarea?
Add a field to screen when what's the flow of impact?
Mention the option used in a cics command to retrieve the response code after execution of the command?
What is the common systems area?
What are the main uses of the transaction in the cics?