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
what is effect on receive map when
Is length = 0 sufficient to ascertain that the field has been modified?
Explain the maps in cics?
Explain processing program table(ppt)?
Define TCT.
Name a few CICS programs which are generally used ?
Explain the thress bms options?
Explain the difference between a physical bms mapset and a logical bms mapset?
What is meant by a ‘Transid’ ?
Define an asra?
Explain the logical message in cics?
What is dynamic transaction backout?
Can you define aica abend?
Explain the significance of rdo?
Highlight the difference between a symbolic map and physical map?