Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!

1 Answers   CGI, Love, TechRel,


Explain how many exceptional condition can be given in a handle condition?

0 Answers  


Define the term function request shipping?

0 Answers  


If no exception handling is provided in the program, what will happen ?

1 Answers  


Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?

0 Answers  


Can you define temporary storage?

0 Answers  


What is the syncpoint command?

0 Answers  


In CICS, BMS what is the use of FREEKB parameter

2 Answers   IBM,


What do you do if you do not want characters entered by the user to be folded to uppercase ?

3 Answers   IBM,


What are the CICS commands associated with temporary storage queue processing?

2 Answers  


What is the meaning of the SYNCPOINT command?

1 Answers   IBM,


How do you initiate another transaction?

1 Answers  


Categories