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
Define temporary storage?
Explain the uses that are associated to tsq and tdq ?
Sync points cannot be requested by the application programs? State true or false
What is the term conversational programs means?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is the kcp in the cics?
Explain the difference between a symbolic map and physical map?
What is the common work area?
What is eib?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
How vsam files are read in cics pgms?
What are the cics tables?
Explain how can you accomplish breakpoint in intertest?
What do you mean by CEMT?
which transient data queue support ati?