I have the transaction name for cics screen.. With the
transaction name, how will I find the cics program written
for the transaction and BMS map program also...
Answer Posted / hkhatri27
PCT (Program COntrol Table) contains transaction id and the
corresponding program name.
Once we got program name from PCT we can browse through PPT
(Processing Program Table) which contains Program name,
Mapset name, Language, Size, Main storage address, Task
User counter and Load library address.
~ Himanshu
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Mention the content that is present inside a PPT ?
Explain the difference between link xctl?
What is the difference between pct and fct?
Define cedf?
How many ways are there for initiating a transaction?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What is task control?
What is the comaera?
What are fset, frset?
Name the three ways available for a program to position the cursor on the screen?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Explain how and where is the twa size set?
What are the cics transactions?
Explain how do you handle errors in cics programs?