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 |
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..!
Explain how many exceptional condition can be given in a handle condition?
Define the term function request shipping?
If no exception handling is provided in the program, what will happen ?
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?
Can you define temporary storage?
What is the syncpoint command?
In CICS, BMS what is the use of FREEKB parameter
What do you do if you do not want characters entered by the user to be folded to uppercase ?
What are the CICS commands associated with temporary storage queue processing?
What is the meaning of the SYNCPOINT command?
How do you initiate another transaction?