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
what are the differences between and exec cics xctl and exec cics start command?
name the command that is used to dump the main storage areas related to a task?
Can you explain communication area?
What are the uses of ppt in cics?
define the field with ic in the bms map.
Can you define commarea?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
What is cics load command?
Can dynamic calls be used in CICS?
Can you define mapset?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
In the EIB block of CICS, highlight the names of few of the important fields?
Explain cemt transaction commands?
Explain the difference between a physical bms mapset and a logical bms mapset?
Explain how to build up lu 6.2 communication?