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 TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?
What is CEDF?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
TSQs can be written in the Main storage or Auxiliary storage (True or False).
What is the primary aspect of CICS?
Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?
what is an mdt (modified data tag)? Its menaing and use?
Are sequential files supported by CICS?
For protecting a transaction using the transaction security function, the two things that must be done are?
What is the other way of terminating a transaction?
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
Explain the function of the cics translator?