Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
System not able to fetch the reqired DDNAME

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> ABENDS & Debugging
Author Message
VIDHYA S

New User


Joined: 10 Apr 2008
Posts: 8
Location: chennai

PostPosted: Wed Apr 23, 2008 11:24 am    Post subject: System not able to fetch the reqired DDNAME
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
References
PostPosted: Wed Apr 23, 2008 11:24 am    Post subject: Re: System not able to fetch the reqired DDNAME Reply with quote

rakesha.hg

Active User


Joined: 21 Mar 2008
Posts: 73
Location: bangalore

PostPosted: Wed Apr 23, 2008 11:27 am    Post subject: Reply to: Compilation error
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: 1087
Location: At my desk

PostPosted: Wed Apr 23, 2008 11:50 am    Post subject: Re: Compilation error
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: 8
Location: chennai

PostPosted: Wed Apr 23, 2008 12:01 pm    Post subject: Reply to: Compilation error
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

Active User


Joined: 29 Nov 2005
Posts: 50
Location: Bangalore

PostPosted: Wed Apr 23, 2008 2:44 pm    Post subject:
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

Senior Member


Joined: 22 Aug 2006
Posts: 595
Location: Germany

PostPosted: Wed Apr 23, 2008 6:28 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> ABENDS & Debugging All times are GMT + 6 Hours
Page 1 of 1