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 |
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
What is ASRAABEND in CICS?
Mention the option (along with argument type) used in a CICS command to retrieve the response code
Explain the different system tables used in cics?
What is DFHAID? what is its use?
What is an ASRA?
How would you release control of the record in a READ for UPDATE?
Name the cics command that gives the length of twa area?
Name the three ways available for a program to position the cursor on the screen?
What is the difference between a physical BMS mapset and a logical BMS mapset?
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
Name the two types of transient data queues?