I’m trying to use MQSeries at a Natural batch routine, but I’m facing a very bizarre issue.
To do the put at the MQ queue I have to use some non-Natural routines thru call command but since this routines are not natural native routines my job is doing an ridiculous amount of IOs, just to exemplify to put 7000 messages my job is doing 2,000,000 IOs while the same online process does 1,000 IOs, as far as we’ve researched this happens because the online process load this routines into memory and doesn’t does this amount of IOs, do you have any clue about how could i use the MQ queue into a natural batch program without destroying the mainframe performance with all this IOs ?
Thank you very much