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

Which of the following are recoverable CICS resources?

1 Answers   IBM,


The first step in the development of an application system is the Requirement Analysis(True or False).

1 Answers  


Explain the difference between cics program control table (pct) and cics processing program table (ppt)?

0 Answers  


How to get the sign-on user-id from an application program?

1 Answers  


what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

0 Answers   IBM,






mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?

0 Answers   IBM,


How can you access esds files from cics?

0 Answers  


Name a few CICS programs which are generally used ?

0 Answers  


In which CICS table would you specify the length of the TASK WORK AREA (TWA)?

3 Answers   IBM, TCS,


Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?

0 Answers  


What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?

3 Answers  


What do the keywords MAPONLY and DATAONLY mean?

2 Answers  


Categories