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 |
Name the two types of transient data queues?
What is EXEC CICS RETRIEVE ?
What is a transid and explain the system transid CEMT?
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Are sequential files supported by CICS?
why we code ACCUM parameter in cics send time
What are the 3 common ways to create maps?
what is mapfail and when we get this error? during send map or receive map?
Explain how would you resolve an asra abend?
Define RCT.
Explain the function of the load command?