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
Can you define commarea?
Explain cebr transaction commands?
What is the main function of the sign-on table?
Specify cics transaction initiation process?
what are the differences between and exec cics xctl and an exec cics link command?
How vsam files are read in cics pgms?
Name the cics command that gives the length of twa area?
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 difference between the into and the set option in the exec cics receive map command?
Explain how DSECT parameter is used in BMS ?
Define RCT.
What are the main uses of the transaction in the cics?
What do you mean by CEMT?
what is the cics command used to access current date and time?
What is the use of the program list table?