PL/I · Message ID
What does CEE3500S: Not Enough Storage Was Available to Load module-name mean in PL/I?
Language Environment tried to dynamically load a module — a PL/I FETCH target or a DLL — and could not obtain enough storage to bring it into the address space.
Language Environment tried to dynamically load a module — a PL/I FETCH target or a DLL — and could not obtain enough storage to bring it into the address space.
Increase REGION size for the step, and check whether modules already loaded, or a growing heap, are consuming storage that should be available for the FETCH.