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
For protecting a transaction using the transaction security function, the two things that must be done are?
Explain how do you access the records randomly in tsq?
What are the types of important programs that are used in the cics?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
What is meant by an attribute byte?
Define an aey9 abend?
Explain the difference between the xctl and link commands?
Define cedf?
Define the term function request shipping?
Explain how would you resolve an asra abend?
Mention the option used in a cics command to retrieve the response code after execution of the command?
How to get the cursor position when we receive a map?
Name the two types of transient data queues?
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 a few CICS programs which are generally used ?