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 are some of the cics commands associated with interval control?
What is the cics command level?
Define the attribute byte?
How ENQ and DEQ used in CICS?
What does the 'cebr:cics' transactions do?
Name the 3 common ways to create maps?
Define communication area?
Name at least one of the ways by which a transaction can be terminated?
what are transient data sets defined to cics?
What is the eib?
Explain the uses that are associated to tsq and tdq ?
Is length = 0 sufficient to ascertain that the field has been modified?
which is the cics control program that provides communication services between user written application programs and terminals?
Explain how do you delete item 3 in a five-item tsq?
what is the cics command used to access current date and time?