IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Main prog not getting hit ... MQ


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
lrawat

New User


Joined: 02 Feb 2008
Posts: 19
Location: usa

PostPosted: Tue Apr 22, 2008 6:56 am
Reply with quote

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
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Tue Apr 22, 2008 5:24 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Cobol prog to put an indicator on the... JCL & VSAM 1
No new posts ICE039A H INSUFFICIENT MAIN STORAGE -... DFSORT/ICETOOL 3
No new posts Can we use a file both as input and o... COBOL Programming 6
No new posts IDMS DC027007 T58 TASK:ADS2 PROG:ADSO... IDMS/ADSO 2
No new posts How to get the program name of callin... COBOL Programming 8
Search our Forums:

Back to Top