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 are programs reinitiated under CICS ?
The error code AEIV?
What is the difference between pct and fct?
are we use the group by clause in cursors?
what are the differences between and exec cics xctl and an exec cics link command?
I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program
Explain the various ways data can be passed between CICS programs.
What is a cursor in CICS sql processing?
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
plz give the syntax for receive map and receive text cmds in cics
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
Can you define mapset?