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...
Answers were Sorted based on User's Feedback
Answer / mahesh
you can us e
CEMT INQUIRE TRAN(XXXX) PROG(*)
It will show the program that are used by the transcation
(XXXX)
| Is This Answer Correct ? | 26 Yes | 0 No |
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 |
Answer / xyz
Using CEMT INQUIRE command you can inquire any CICS table.
For example you can use CEMT INQUIRE TRANS(*) to browse the
PCT table.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / adarsh
but whats the method to browse PCT table or any cics table
| Is This Answer Correct ? | 0 Yes | 2 No |
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??
How do we pass parameters into a CICS –DB2 program
0 Answers Accenture, JPMorgan Chase,
how do you execute a background cics txn ?
Is length = 0 sufficient to ascertain that the field has been modified?
Mention the option used in a cics command to retrieve the response code after execution of the command?
What is CECI?
Explain the usage of language in the ppt entry?
Have you entered any program names in PPT or PCT? If so How?
What information can be obtained from the EIBRCODE?
What is the difference between getting the system time with EIBTIME and ASKTIME command?
In CICS, BMS what is the use of FREEKB parameter
What is the term bms in cics?