Possible solutions
- Check the PPT entries in SCHEDxx member.
- Check to ensure a SET PROG is present, or that the SCHEDxx member was
run.
- Check to ensure programs are APF authorized.
The U4087 indicates there are multiple ABENDs. To see the first ABEND, add
the Language Environment parameter (LE parm) PARM= card in the
BBODMN JCL. For example:
TERMTHDACT(UAIMM),TRAP(ON,NOSPIE). 1
It was determined that a previous ABEND of ABENDD878, RC=18 was issued
before the ABEND4087. The RC=18 indicates a negative amount of storage was
requested on a FREEMAIN or STORAGE macro.
Heap was set as follows:
heap(83M,4M,BELOW,KEEP)
It is recommended that HEAP should be set to ANYWHERE instead of BELOW.
From a system perspective, do not use up below-the-line storage with HEAP
that could be obtained above the line. |