PL/I · Message ID

CEE3500S: Not Enough Storage Was Available to Load module-name

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.

CEE3500S: Not Enough Storage Was Available to Load module-nameIBM Enterprise PL/I for z/OS · z/OS Language Environment

Condition

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.

Fix

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.

Related message id