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 |
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
What is difference between copy and include?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.
Explain the difference between intra partition tdq and extra partition tdq?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
Explain the maps in cics?
How do you define Task Work Area?
What is the difference between link xctl?
what is quasi-reentrant program?
What does the following transactions do?
what is amp?
When there are 2 records with the same key specified in a DELETE operation what will happen?