What is the primary function of the Processing Program
Table (PPT)?
Answer Posted / shailesh
PPT - Processing Program Table Contains:
Program name/Mapset name, Language, Size, Main storage
address (if it is loaded), Task Use Counter, Load library
address (address of the load module in the disk), Whether
main storage resident.
Program/Mapset name is unique.
When a transaction id is received by CICS, it gets the
corresponding program name from PCT. Then it checks if the
associated program is already loaded. If so it merely
increases the task use counter for the program by 1 in PPT.
If the program is not loaded, then it gets the load library
address from PPT and loads the program and make the task
use counter 1. Similarly, as tasks complete, the task use
counter of that program is decremented. When the task use
counter becomes zero then CICS may free the main memory
where the load module is loaded, if it has not been
designated as being main‑storage resident.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Define TCT.
Highlight the difference between a symbolic map and physical map?
What is frset?
Explain how would you resolve an asra abend?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
Explain the logical message in cics?
What is interval control?
what is eib, how is can be used?
How can you access qsam (seq) files from cics?
what are the commands used to gain exclusive control over a resource?
What is meant by an AICA ABEND?
Explain processing program table(ppt)?
what are the differences between and exec cics xctl and an exec cics link command?
What does the 'cemt:cics' transactions do?
Can you define aica abend?