MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DFSORT - Sort Work Files - Secondary Allocation Problem

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
selva21
Beginner


Joined: 30 Dec 2003
Posts: 53
Topics: 31

PostPosted: Fri Apr 16, 2004 1:33 pm    Post subject: DFSORT - Sort Work Files - Secondary Allocation Problem Reply with quote

Hi,

We run Syncsort in our system. W have around 250 jobs that did not have a secondary allocation for Sort Work files.Now we are migrating to DFSORT. Syncsort will dynamically allocate additional work space when not enough space has been allocated in the sort work files. Dfsort does not do this. If no sort works are specified it will do the dynamic allocation. If they are specified it will use the specified amount. So we are getting space abends with DFSORT.

Is there any solution for this?

Thanks,
Selva.
_________________
--------------------------------------------------------
Knowledge is power. But Imagination is more important than Knowledge. -Albert Einstein
--------------------------------------------------------
Back to top
View user's profile Send private message
Mervyn
Moderator


Joined: 02 Dec 2002
Posts: 415
Topics: 6
Location: Hove, England

PostPosted: Fri Apr 16, 2004 2:22 pm    Post subject: Reply with quote

Guessing just a little here, but I'd start by removing SORTWK areas altogether. DFSORT is far more clever than you seem to think!
_________________
The day you stop learning the dinosaur becomes extinct
Back to top
View user's profile Send private message
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


Joined: 02 Dec 2002
Posts: 1618
Topics: 31
Location: San Jose

PostPosted: Fri Apr 16, 2004 2:23 pm    Post subject: Reply with quote

I would suggest setting the DFSORT installation option DYNAUTO=IGNWKDD. This option tells DFSORT to automatically deallocate any JCL SORTWKs it finds and use dynamic allocation of work data sets instead. Allocating JCL SORTWKs that are too small without specifying secondaries is probably not a great strategy. Allowing DFSORT to allocate the work data sets (along with hiperspace, data space and now memory objects in z/OS DFSORT V1R5) dynamically is a better strategy. Removing the JCL SORTWKs would be the best long term solution, but using DYNAUTO=IGNWKDD will have the same effect without requiring JCL changes. If you specify DYNAUTO=IGNWKDD and need JCL SORTWKs for a specific job, you can use:

Code:

//DFSPARM DD *
  OPTION USEWKDD
/*


for that job.

Alternatively, of course, you could code secondaries for the JCL SORTWKs that you're having problems with.
_________________
Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
Back to top
View user's profile Send private message Send e-mail Visit poster's website
selva21
Beginner


Joined: 30 Dec 2003
Posts: 53
Topics: 31

PostPosted: Fri Apr 16, 2004 4:27 pm    Post subject: Reply with quote

Thanks Mervyn and Frank !!!
_________________
--------------------------------------------------------
Knowledge is power. But Imagination is more important than Knowledge. -Albert Einstein
--------------------------------------------------------
Back to top
View user's profile Send private message
superk
Advanced


Joined: 19 Dec 2002
Posts: 684
Topics: 5

PostPosted: Wed Oct 26, 2005 1:14 pm    Post subject: Reply with quote

Frank, is there an easy way to know if the DYNAUTO=IGNWKDD option is enabled?
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Wed Oct 26, 2005 1:21 pm    Post subject: Reply with quote

superk,

You can run the following JCL and see the installed defaults for DFSORT

Code:

//STEP0100 EXEC PGM=ICETOOL
//TOOLMSG   DD SYSOUT=*     
//DFSMSG    DD SYSOUT=*     
//OUT       DD SYSOUT=*     
//TOOLIN    DD *             
  DEFAULTS LIST(OUT)         
/*                 


After the completion of the job look at the output in OUT dd

Hope this helps...

Cheers

kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
superk
Advanced


Joined: 19 Dec 2002
Posts: 684
Topics: 5

PostPosted: Wed Oct 26, 2005 1:25 pm    Post subject: Reply with quote

Yup, thanks, that did the trick.
Back to top
View user's profile Send private message
chandra
Beginner


Joined: 26 Sep 2003
Posts: 130
Topics: 36

PostPosted: Fri Jul 14, 2006 1:28 pm    Post subject: Reply with quote

Hi,

Can you please let me know what is the equalent option of DYNAUTO=IGNWKDD in syncsort

Thank you
_________________
Regards,
Chandra
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group