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 |
Can you use occurs in bms map?
Can ESDS files be accessed from CICS?
Explain how many exceptional condition can be given in a handle condition?
Explain cedf transaction commands?
How is the stopper byte different from an auto skip byte ?
Why must all CICS programs have a Linkage Section ?
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?
What is multitasking and multithreading?
What is non-conventional programs?
define the field with ic in the bms map.
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
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..!