Page 1 of 1

CICS start browse question w/ MQ

PostPosted: Wed Nov 04, 2015 2:18 am
by paulmac1968
This is our current scenario
- two servers submit messages to a queue at the exact same time looking to do the exact same thing. They're essentially setting up static java beans.
- the placement of the messages kicks off a CICS bridge transaction
- the work on the mainframe does a CICS Browse of roughly 15,000 records and passes them back via a return queue.
- in CICS Mainview it appears that both run very quickly and sequentially, however, the second transaction is getting an 'end of file' return code

Any ideas why we are getting that? We do have end browse and syncpoints after the browse done and when the reply message is sent back, respectively.

Thanks...

Paul Mac