|
Geir is correct. In order to get decent performance you need to keep the run unit alive. For OPM COBOL the only answer is to place a "stub" COBOL program ahead of the CL. It will do nothing but call the CL program. For ILE you can use the same technique or use the "designed" approach which is to use exit program and preserve run unit - or whatever the exact syntax is. You also need to ensure that A and B are not using STOP RUN (which will close the file) when they don't need to. Jon Paris Partner400 www.Partner400.com www.RPGWorld.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.