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 |
TSQs can be written in the Main storage or Auxiliary storage (True or False).
How to get the cursor position when we receive a map?
How to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
What is the difference between a Symbolic map and Physical map ?
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
Can you explain exec cics handle condition command?
what is mapfail and when we get this error? during send map or receive map?
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?
How vsam files are read in cics pgms?
What option is specified in the SEND command to send only the unnamed fields on to the screen?
Explain the exact situation, when to use CALL, XCTL and LINK?