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
Mention the content that is present inside a PPT ?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
Explain the purpose of the program list table?
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 meant by a ‘Transid’ ?
Explain the difference between using the read command with into option and set option?
Can dynamic calls be used in CICS?
Why do we need integrated cics translator?
How vsam files are read in cics pgms?
What does a cics translator do?
Can you explain dfhmdf bms macro?
Can you define bms?
Explain the difference between a package and a plan.
What is the cics command that is used to access current date and time?
What is task control?