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 terms cics generally means?
Name the two types of transient data queues?
What are the some important fields in the eib block?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
What is the type of ppt in the cics?
Define the term mro (multi region operation)?
What are the types of processes to create a map in cics?
How is Telon(CA-Telon) used to build map?
Explain the thress bms options?
Explain the difference between the into and the set option in the exec cics receive map command?
Can you define transid?
Can you define bms?
Kindly specify the pic clause for the hhmmss type of data fields?
What is the term conversational programs means?