I'm writing a batch cobol program which is reading a file, and placing the indiviudal records onto MQ. The file may contain up to 15,000 records.
In test it abended with RC2024, because the unit of work was too big. and it exceeded the MaxUncomittedMsgs.
This was fixed by doing a commit every 5000 puts.
Is there any guide to determine the optimum size for a unit of work ?
In test it abended with RC2024, because the unit of work was too big. and it exceeded the MaxUncomittedMsgs.
This was fixed by doing a commit every 5000 puts.
Is there any guide to determine the optimum size for a unit of work ?