| Author |
Message |
lrawat
New User
Joined: 02 Feb 2008 Posts: 15 Location: usa
|
|
|
|
Hello Friends, quick help please...
I am having an application integrated with mainframe.
The application program sends data to be processed to mainframe, mainframe processes the data and sends back pass/fail notification.
I am doing regression testing, where in I am sending around 800 files to be processed from application to mainframe. But not getting reply for almost 80% of the data I sent to mainframe
On doing some analysis I found that on mainframe side I got 2 progs. One MQ prog and another prog which does actual processing. The MQ program gets hit properly I can see the hit count as 800 or so. But the program which does the actual processing is not getting hit 800 times, it gets hits like 250 times.
Any idea what could be causing this??
any help is much appreciated... thanks in advance, Lalit |
|
| Back to top |
|
 |
References
|
Posted: Tue Apr 22, 2008 6:56 am Post subject: Re: Main prog not getting hit ... MQ |
 |
|
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1003 Location: At my desk
|
|
|
|
Does the second program check the queue after processing the first data to see is additional data has arrived?
Though 'hit' 250 times is all 800 data being processed? |
|
| Back to top |
|
 |
|
|