Specific to Cobol 6.x or higher, client experiences show that when running online dc-cobol programs in the CV, it will make more use of the XA REENTRANT POOL (additional runtime modules loaded). The recommendation is to increase the XA REENTRANT POOL by 20% when moving to Cobol 6.x or later and then monitor usage to see if any more increase may be needed.
LE cobol programs must run above the line. Make sure they are compiled with the RENT compiler option and that the invoking task code is defined with LOCATION ANY.