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 |
Looking at an CICS module how would one will identify that it is pseudo or full conversational?
What is MDT? What are FSET, FRSET ?
What is multitasking and multithreading?
Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False)
What does the BUFFER option in RECEIVE mean ?
What is the meaning and use of the EIBAID field?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
In the EIB block of CICS, highlight the names of few of the important fields?
Name the command which is used to release a record on which exclusive control is gained?
What does a cics translator do?
What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?
What is the procedure to read a statement from tsq?