LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 19 Jun 2009 18:12:37 -0400
Reply-To:     Sigurd Hermansen <HERMANS1@WESTAT.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Sigurd Hermansen <HERMANS1@WESTAT.COM>
Subject:      Re: Large datasets to tape on Windows?
Comments: To: Don <donaldwmayfield@GMAIL.COM>
In-Reply-To:  <a73feaba-f5d7-4fe0-ad1c-84b9e59a0301@n4g2000vba.googlegroups.com>
Content-Type: text/plain; charset="us-ascii"

Don: In addition to the excellent suggestions you've received about hardware solutions, and perhaps complementing those solutions, consider a simple Data step and SAS SQL option: (compress=yes). Although more effective for character data (especially series of spaces or other filler), SAS compression can reduce many SAS datasets to 1/10th or less of their original size. Writing and reading of compressed datasets doesn't add much, if any, time to SAS programs. S

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Don Sent: Wednesday, June 17, 2009 12:31 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Large datasets to tape on Windows?

We have a space issue appending large lab datasets. We run out of network drive space and other issues just due to large datasets. It there a tape output option in MS windows ? Obviously my computing days go back a few year if I think of tape.

Don


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