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 |
how do you fire a batch job from a cics txn ?
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance
What is task control and what are the CICS commands associated with it?
hi,what is the module? how many modules in mainframe based banking projects
Can you explain common systems area?
Explain the difference between a symbolic map and physical map?
Define the term transaction routing?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
If DATAONLY option is specified in the SEND MAP command what will happen?
Can you use occurs in bms map?
Can you explain dfhmdf bms macro?