It's all about the answers!

Ask a question

"system or user abend S0F4 R=83000051 was issued" during dependency build on zSeries


Bernd van Oostrum (21725371) | asked Jan 25 '17, 4:00 a.m.

One of our project areas contains 3000 zOS-sources. Compilation always ABENDS with the message "system or user abend S0F4 R=83000051 was issued" during a dependency build.


On the host we see this message in the console:

M 4000000 IPO1     17024 18:24:45.68          00000090  IEF402I RTCBFA1  FAILED IN ADDRESS SPACE 00DA 210 <o:p> </o:p>

E                                         210 00000090          SYSTEM ABEND S40D - REASON CODE 10       <o:p> </o:p>

N C000000 IPO1     17024 18:24:45.77 STC16290 00000094  $HASP310 BPXAS    TERMINATED AT END OF MEMORY   


Any ideas on how to avoid this?


Regards,

Bernd.

 

3 answers



permanent link
Hania Abd-El-Razik (262) | answered Jan 25 '17, 9:52 a.m.
JAZZ DEVELOPER

Hi Bernd,

It sounds like a space issue, but please open a PMR to have the dump analyzed.

thank you,
Hania


permanent link
Alan Sampson (93749) | answered Jan 25 '17, 6:58 p.m.
JAZZ DEVELOPER

The z/OS System Codes document for a S0F4 ABEND (https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.ieah700/m014979.htm) suggests this is a z/OS error on a system component:

An error was detected by some system components. The ABEND reason code (in register 15) is the service return code. The service reason code is in register 0 and its first byte can be used to aid in identifying the reporting component:.
  • X'04' - IGWSPZAP
  • X'71' - CICS® VR Logger
  • X'77' - CICS VR Logger
  • X'83' - Program Management Binder
  • In most other cases, DFSMSdfp is the source
You should probably have your system team investigate.


permanent link
Olivier GAUNEAU (11) | answered Jan 30 '17, 8:18 a.m.

Hi Bernd,

I looked at your PMR with Céline.

We suspect your error comes from the Binder API used by RTC as Alan indicated above, see https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieab200/apirsn.htm

83000051 All API functions Insufficient storage available. Dialog terminated.

The abends S0F4, 40D and 878 are all the outcome of a native out of memory (not Java so no need to increase Xmx).

The dump you sent misses critical information to be able to find the root cause of the memory shortage. We will need a dump with the following SDATA: CSA,LPA,LSQA,ALLNUC,PSA,RGN,SQA,SUM,SWA,TRT,GRSQ



Best regards,

Olivier

Your answer


Register or to post your answer.