LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (July 2000, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 31 Jul 2000 10:04:30 -0400
Reply-To:     Burgess Evans <BMEVANS@AUDITOR.STATE.OH.US>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Burgess Evans <BMEVANS@AUDITOR.STATE.OH.US>
Subject:      Re: DFSORT vs SAS SORT
Comments: To: SAS-L@LISTSERV.VT.EDU
Content-Type: text/plain; charset=US-ASCII

Thank you to Jos van der Velden, Paul M. Dorfman, Puddin' Man, Neal Musitano Jr. and Frank Yaeger for your suggestions.

I learned from SAS Institute that SAS can not determine how many records are stored in a SAS dataset stored on cartridges and therefore defaults to the SAS work datasets of 3 -6 datasets maximum.

However, I was able to invoke dynamic work datasets when I used the SAS sort options and added the following cards to my JCL as suggested by Frank Yaeger.

//DFSPARM DD * OPTION DYNALLOC=(SYSDA,32),FILSZ=Un /*

Again, thanks to you all and have a good day, Burgess Evans


Back to: Top of message | Previous page | Main SAS-L page