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 |
if we want to add new column in the db2 table.How can add in the copybook?
How can you access qsam (seq) files from cics?
what are transient data sets defined to cics?
Can you have CICS code in a copybook? If yes, what happens during compilation?
What is the difference between the XCTL and LINK commands?
What is the difference between using the READ command with INTO option and SET option?
Define an aey9 abend?
Mention one alternative aspect of CICS?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
How are programs reinitiated under CICS ?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?