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
Name the cics command that gives the length of twa area?
What are the terms cics generally means?
How ENQ and DEQ used in CICS?
Explain the logical message in cics?
Name the command used for terminating a browse operation?
which is the cics control program that provides communication services between user written application programs and terminals?
What is the term bms in cics?
Can dynamic calls be used in CICS?
Explain how can you accomplish breakpoint in intertest?
Explain the purpose of the program list table?
Explain how pa key is different from pf key?
Can you define temporary storage?
What is the pic clause for the data type of length option field type of data fields?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
Explain the difference between the xctl and link commands?