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



I have the transaction name for cics screen.. With the transaction name, how will I find the cics ..

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

I have the transaction name for cics screen.. With the transaction name, how will I find the cics ..

Answer / 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

I have the transaction name for cics screen.. With the transaction name, how will I find the cics ..

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

I have the transaction name for cics screen.. With the transaction name, how will I find the cics ..

Answer / adarsh

but whats the method to browse PCT table or any cics table

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More CICS Interview Questions

What is the CICS supplied transaction which performs syntax checking of a CICS command?

3 Answers  


What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?

0 Answers  


What is the difference between a PF key & a PA key ?

4 Answers   IBM,


What is meant by a CICS task?

4 Answers  


The DFHCOMMAREA is used to pass information from one application to another. What are some other ways

7 Answers   OBSS, TCS,


How do you invoke other programs? What are the pros and cons of each method?

1 Answers  


Mention the content that is present inside a PPT ?

1 Answers  


Is there any entry for TSQs in CICS tables?

3 Answers   IBM,


What?s the CICS command used to access current date and time?

1 Answers  


Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).

1 Answers  


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 ?

1 Answers  


Explain the uses that are associated to tsq and tdq ?

1 Answers  


Categories