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

System not able to fetch the reqired DDNAME


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

New User


Joined: 10 Apr 2008
Posts: 18
Location: chennai

PostPosted: Wed Apr 23, 2008 11:24 am
Reply with quote

Hai

Please guide me with the following

cobol compilation error code is 12.The system not able to fetch the reqired DDNAME.It shows insufficient storage.

message is:
IEW4000I FETCH FOR MODULE DSNHPSRV FROM DDNAME STEPLIB FAILEd BECAUSE INSUFFICIENT STORAGE WAS AVAILABLE.
Back to top
View user's profile Send private message
rakesha.hg

Active User


Joined: 21 Mar 2008
Posts: 161
Location: bangalore

PostPosted: Wed Apr 23, 2008 11:27 am
Reply with quote

hi,

can you provide the jcl icon_question.gif
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Wed Apr 23, 2008 11:50 am
Reply with quote

VIDHYA S wrote:
cobol compilation error code is 12.The system not able to fetch the reqired DDNAME.It shows insufficient storage.

message is:
IEW4000I FETCH FOR MODULE DSNHPSRV FROM DDNAME STEPLIB FAILEd BECAUSE INSUFFICIENT STORAGE WAS AVAILABLE.
I know it is a stupid question, but did you even attempt to follow the 'user response' mentioned in the System Messages Vol. 4 IEC-IFD
which indicates : 8.561 IEW4000I

: IEW4000I FETCH FOR MODULE program name FROM DDNAME ddname FAILED BECAUSE INSUFFICIENT STORAGE WAS AVAILABLE

: Explanation: There was insufficient storage available to fetch the load module or program object.

: System Action: An abend will occur unless the program was fetched by a LOAD macro with the ERRET option specified.

: User Response: Rerun the JOB with a larger region size specified.
?
Back to top
View user's profile Send private message
VIDHYA S

New User


Joined: 10 Apr 2008
Posts: 18
Location: chennai

PostPosted: Wed Apr 23, 2008 12:01 pm
Reply with quote

Hi,

Thanks for your wonderful suggestion.But i even tried with larger region size ut it failed.


Thanks for your support in advance
Back to top
View user's profile Send private message
nirmal.poikaikumaran

New User


Joined: 29 Nov 2005
Posts: 66
Location: Bangalore

PostPosted: Wed Apr 23, 2008 2:44 pm
Reply with quote

Trying with larger region like REGION=20M may resolve it,

But the main aspect is we need to check whether its calling lot of modules in it. And if yes the nwe need to minimise ur load module size by supplying COMP-3 to all variables which can minimise the size required.

I have got a similar error and it resolved.
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Wed Apr 23, 2008 6:28 pm
Reply with quote

REGION=0M !!!

In an test-Environment:
Let the system sucks storage as much as needed.

Regards, UmeySan
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 Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts Fetch data from programs execute (dat... DB2 3
No new posts Insert system time/date (timestamp) u... DFSORT/ICETOOL 5
No new posts JCL Dynamic System Symbols JCL & VSAM 3
Search our Forums:

Back to Top