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

How to remove ICE083A


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
hikaps14

Active User


Joined: 02 Sep 2005
Posts: 189
Location: Noida

PostPosted: Mon Oct 13, 2008 7:57 pm
Reply with quote

Hi,

I am receiving:
ICE083A D RESOURCES WERE UNAVAILABLE FOR DYNAMIC ALLOCATION OF WORK DATA SETS (970C)

I am receiving this error while sort a huge file using ICETOOL.

As far as I understand, this is due to some prob with sort work files.

So I tried using the below statements:

//DFSPARM DD *
OPTION DYNALLOC=(,16)

This avoided the prob but I am not sure, if I will receive the error in future.

I do not know whether there is some problem in dfsort environmental settings, is it preferable to use DYNALLOC. What could be its side effects.

Does any body has any sort of info on the above topic.

Thanks,
-Kapil.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Mon Oct 13, 2008 9:16 pm
Reply with quote

Yes, it is preferable to use DYNALLOC and there are no side effects.

Since you were sorting a "huge file", your default for DYNALLOC probably didn't provide the space needed in this case (could have been too few data sets or fragmented space). Specifying more data sets to handle the larger file fixed the problem. Sites often set a reasonably low number of dynamic work data sets as the default and override that with more work data sets just for the jobs that need them.
Back to top
View user's profile Send private message
hikaps14

Active User


Joined: 02 Sep 2005
Posts: 189
Location: Noida

PostPosted: Wed Oct 15, 2008 3:40 pm
Reply with quote

Thanks for your confirmation.
Back to top
View user's profile Send private message
hikaps14

Active User


Joined: 02 Sep 2005
Posts: 189
Location: Noida

PostPosted: Thu Oct 16, 2008 2:59 pm
Reply with quote

Do we need to remove SORTWKnn DD statements when using DYNALLOC. Are these sort work files of any use or they just eat up on space ?

Thanks.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Thu Oct 16, 2008 10:41 pm
Reply with quote

You have to remove SORTWKdd DD statements in order to use DYNALLOC. If you have SORTWKdd DD statements, they are used and DYNALLOC is NOT used. If you want to use DYNALLOC, you must either remove the SORTWKdd DD statements, or have your site change the DFSORT installation default from DYNAUTO=YES to DYNAUTO=IGNWKDD.
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Remove leading zeroes SYNCSORT 4
No new posts How to remove block of duplicates DFSORT/ICETOOL 8
No new posts To Remove spaces (which is in hex for... JCL & VSAM 10
No new posts How to remove spaces in between. SYNCSORT 12
Search our Forums:

Back to Top