0C There is not enough virtual local system queue area (LSQA) storage available to satisfy the request.
10 There is not enough virtual private area storage available to satisfy the request. This is due to one of the
following:
v A program is requesting virtual storage, but not subsequently freeing the storage.
v The region size specified is too small.
v An installation exit is requesting virtual storage from a V=R region before initialization of the region has completed.
14 A negative amount of storage was specified on a GETMAIN macro.
Note: If this error is detected, the calling program abnormally ends even though RC, EC, LC, or VC is
specified for GETMAIN, or COND=YES is specified for STORAGE.
18 A negative amount of storage was specified on the FREEMAIN or STORAGE macro.
Note: If this error is detected, the calling program abnormally ends even though RC, EC, LC, or VC is specified for FREEMAIN, or COND=YES is specified for STORAGE.
1C During request processing, the system tried to get LSQA virtual storage for virtual storage management's (VSM) cell pool. There was not enough LSQA virtual storage available.
20 There is not enough virtual storage in the LSQA to build a new address queue anchor table (AQAT) stack. 24 A GETMAIN or STORAGE OBTAIN request with the LOC=EXPLICIT keyword specified failed for one of
the following reasons:
v Part of the requested area was already allocated.
v Storage was already allocated in the same page as this request, but one of the following characteristics of the storage was different:
28 A GETMAIN or STORAGE OBTAIN request with the LOC=EXPLICIT keyword specified failed because part of the requested area exceeds the bounds of the region.
System action: The system issues message IEA705I. The system abnormally ends the current task.
Programmer response: A complete dump is necessary to diagnose this out of storage condition. If no dump was produced, SLIPs should be set to obtain a dump on problem recurrence. Further debugging information may be found in Informational APAR II05506. An abend 80A can cause this same condition, so both SLIPs should be set as follows:
SLIP SET,COMP=878,A=SVCD,SDATA=(ALLNUC, PSA,SQA,CSA,LPA,TRT,LSQA,RGN),END
SLIP SET,COMP=80A,A=SVCD,SDATA=(ALLNUC, PSA,SQA,CSA,LPA,TRT,LSQA,RGN),END
Also, depending on the reason code, do one of the following: