What is the primary function of the Processing Program
Table (PPT)?
Answers were Sorted based on User's Feedback
Answer / manish_cics
the primary function of the processing program table (ppt)
is to register all cics application programs and BMS
maps .the program control program(pcp) uses this table for
controlling the application programs.unless a cics
application programs is registered in ppt ,the program is
unrecognizable to cics.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / annie
It contains the program name which will be executed for a
specific map and the language of the program
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / cheran pogu
The Processing Program Table (PPT) defines the Programs and
Mapsets.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Answer / prabhu
Will the PPT or PCT entry required for a static subroutine
(CICS Module).
| Is This Answer Correct ? | 0 Yes | 2 No |
Define an asra?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
Use of DFHCOMMAREA in cics
How many conditions can you include in a single HANDLE CONDITION command?
For multithreading an application program need not be re- entrant(True or False).
How is Telon(CA-Telon) used to build map?
Particular area has been affected in cics screen, what is the process to find?
What is MDT?
What is the difference between pseudo-conversational and conversational?
How is dynamic memory allocated within a CICS application program?
Into which table is the terminal id registered?
What is the command that is used to add a new record to the file?