Thru web page we have triggered the transaction, how can we
come to know that whether it has hit the mianframes or not?
Answers were Sorted based on User's Feedback
Answer / sam
check the program usage count in CEMT INQ PROG(prog name)
the count will increase by 1 every time a program is called.
This applies to all CICS programs, irrespective of where they are called from.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ritesh upadhyaya
Answering this question requires Ims dc knowledge. Whenever webpage is accesed its request xml will come to mainframe via queue. If you have ims dc you will have a utility deltaims installed by default in mainframe to monitor transaction. So transaction count will be increased. Alternatively you can check transaction program displays in corresponding mpp job.
Is This Answer Correct ? | 0 Yes | 2 No |
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
How do you define Task Work Area?
how to get 'time stamp' in cics prgms ,what is the syntax.
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Explain the difference between a physical bms mapset and a logical bms mapset?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
what is the purpose of using link ?
Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
Differentiate between PCT and FCT.