IBM Support

IEC030I B37-04 and GIM24200E abend B37 00000004 when applying CICS PTF

Question & Answer


Question

Why would I get z/OS message IEC030I B37-04 and SMP/E message GIM24200E when applying a CICS PTF? For example, when applying PTF UI21070 for CICS Transaction Server for z/OS (CICS TS) 5.2 APAR PI19310 or applying PTFs UK95165 UK95166 UK95167 and UK95168 for CICS TS 5.1 APAR PM80214.

I receive message IEC030I B37-04,IFG0554A,xxxxxxxx,SMP,SYSUT1,VIO , , 231 and the following SMP/E messages when the apply fails:

GIM26701S ** DIRECTORY SPACE FOR THE SMPWRK3 LIBRARY WAS EXCEEDED DURING AN ATTEMPT TO STORE MODULE ENTRY DFHTOLCR.

CAUSER SYSMOD SUMMARY REPORT FOR APPLY PROCESSING

CAUSER FMID MESSAGE ID PAGE ERROR DESCRIPTION AND POSSIBLE CAUSES

UI21070 JCI690L GIM69200E 5 HFS DFHWLPAX ON THE SYSUT1 LIBRARY COULD NOT BE RETRANSFORMED BECAUSE THE SYSUT1 LIBRARY RAN OUT OF SPACE

GIM24200E ** SYSTEM ABEND B37 OCCURRED WITH A REASON CODE OF '00000004'X DURING SMP/E PROCESSING. THE LIBRARY RAN OUT OF SPACE. THE LIBRARY IS NOT ELIGIBLE FOR RETRY PROCESSING BECAUSE IT IS SEQUENTIAL.

GIM69200E ** RETRANSFORMATION FAILED FOR HFS DFHWLPAX IN THE SYSUT1 LIBRARY FOR SYSMOD UI21070. ABEND B37 OCCURRED WHILE PROCESSING SYSUT1. THE SYSUT1 LIBRARY RAN OUT OF SPACE.

GIM69011I RETRANSFORMATION OF HFS DFHWLPAX ON LIBRARY SYSUT1 WAS UNSUCCESSFUL FOR SYSMOD UI21070.

GIM22701I APPLY PROCESSING WAS SUCCESSFUL FOR SYSMOD UI21069.

GIM30217I APPLY PROCESSING FAILED FOR SYSMOD UI21070. RETRANSFORMATION PROCESSING FAILED FOR AN ELEMENT IN UI21070.

Answer

Messages IEC030I B37-04 and GIM24200E with abend code B37 and reason code 00000004, indicate that there is not enough space when running the SMP/E APPLY job.

To fix the problem, run the APPLY job with the following JCL override statements to increase the size of the SYSUT1, 2, 3, and 4 data sets:

 //SYSUT1 DD UNIT=SYSDA,SPACE=(3200,(80000,10000))
 //SYSUT2 DD UNIT=SYSDA,SPACE=(3200,(80000,10000))
 //SYSUT3 DD UNIT=SYSDA,SPACE=(3200,(80000,10000))
 //SYSUT4 DD UNIT=SYSDA,SPACE=(3200,(80000,10000))

and change the SMPWRK3 SPACE parameter to (CYL,(500,100,200))

Related dW Answers post: IEC032I E37-04 and GIM43201T abend 0E37 when applying CICS PTF

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSGMGV","label":"CICS Transaction Server"},"Platform":[{"code":"PF035","label":"z\/OS"}],"Component":"Maintenance","Version":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Product Synonym

CICS/TS CICSTS CICS TS CICS Transaction Server

Document Information

Modified date:
09 November 2015

UID

dwa1172037