ABEND4087 when starting the Daemon
 Technote (FAQ)
 
Problem
BBODMN job failed to start and an ABEND4087 was received.
 
 
Solution

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.
 
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server for z/OS > Crash
Operating system(s): z/OS
Software version: 4.0.1
Software edition:
Reference #: 1164621
IBM Group: Software Group
Modified date: May 26, 2004