IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Abend S106 Insufficient storage while running DFHEISUP(CICS)


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Ramya G

New User


Joined: 01 Jul 2009
Posts: 6
Location: India

PostPosted: Wed Oct 14, 2009 1:37 pm
Reply with quote

Hi,

While trying to run the CICS Load module scanner, I am getting the following error

IEW4000I FETCH FOR MODULE DFHEISUP FROM DDNAME STEPLIB FAILED BECAUSE INSUFFICIENT STORAGE WAS AVAILABLE.

CSV031I LIBRARY ACCESS FAILED FOR MODULE DFHEISUP, RETURN CODE 24, REASON CODE 26080021, DDNAME STEPLIB

CSV028I ABEND106-0C JOBNAME=CICSSCAN STEPNAME=DFHSCAN
IEA995I SYMPTOM DUMP OUTPUT 136

SYSTEM COMPLETION CODE=106 REASON CODE=0000000C

JCL is given below:

//DFHSCAN EXEC PGM=DFHEISUP,PARM=('SUMMARY, DETAILMODS')
//STEPLIB DD DSN=CICSTS32.CICS.SDFHLOAD,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSERR DD SYSOUT=*
//DFHFLTR DD DSN=CICSTS32.CICS.ADFHSAMP(DFHEIDTH),DISP=SHR
//DFHDTL DD DSN=USERNAME.MODLIST,DISP=(NEW,CATLG,DELETE),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=8000),SPACE=(CYL,(1,1))
//*DFHLIST DD DSN=CICSTS32.CICS.MODLIST,DISP=SHR
//* PDS containing loadmodules to be scanned
//DFHIN DD DSN=USERNAME.CICS.LOAD,DISP=SHR

According to the solutions provided for the Abend S106 I tried by changing the REGION parameter in JOB card. But failed with same abend.

Can anyone help me??

Thanks in Advance.

Ramya
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Oct 14, 2009 3:05 pm
Reply with quote

Contact your site support group for assistance. They may have set a limit on the amount of memory allowed for your job class, or set other parameters that impact your space request, so they can help you make the changes required to access more memory.
Back to top
View user's profile Send private message
Igor Yakunin

New User


Joined: 09 Oct 2014
Posts: 3
Location: Russia

PostPosted: Wed Nov 12, 2014 7:46 pm
Reply with quote

Hi to everybody

While trying to run the TCPIP I have got the following error:
CSV031I LIBRARY ACCESS FAILED FOR MODULE EZACFMMN, RETURN CODE 24,
REASON CODE 2611000E, DDNAME *LNKLST*
CSV028I ABEND106-0C JOBNAME=TCPIP STEPNAME=TCPIP
IEA995I SYMPTOM DUMP OUTPUT 129
SYSTEM COMPLETION CODE=106 REASON CODE=0000000C

Could you help me? I didn't find in documetation this one:
REASON CODE 2611000E?
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Wed Nov 12, 2014 7:50 pm
Reply with quote

Find IBM LookAt with an internet search.

Paste in the message code and click on the GO.

Quote:
Explanation: A failure occurred when a LINK, LOAD, XCTL, or ATTACH service attempted to obtain the requested module for processing. The return and reason codes are provided for IBM diagnostic purposes only. In most cases, this message will be preceded by one or more IEWxxxI messages that should provide an indication of the cause of the failure.


Emphasis mine.
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Wed Nov 12, 2014 8:09 pm
Reply with quote

Igor,
In the future, please start new topics instead of adding onto a 5-yr old one.
Back to top
View user's profile Send private message
Igor Yakunin

New User


Joined: 09 Oct 2014
Posts: 3
Location: Russia

PostPosted: Fri Nov 14, 2014 3:52 pm
Reply with quote

Unfortunately, I've no got IEWxxxI messages "that should provide an indication of the cause of the failure".
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Running REXX through JOB CLIST & REXX 13
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Calling an Open C library function in... CICS 1
Search our Forums:

Back to Top