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 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 16 Jun 2006 03:04:37 -0700
Reply-To:   chandu.isi@GMAIL.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   chandu.isi@GMAIL.COM
Organization:   http://groups.google.com
Subject:   Re: Running with V8 and V9 - Please help me
Comments:   To: sas-l@uga.edu
In-Reply-To:   <1150386272.024594.12750@h76g2000cwa.googlegroups.com>
Content-Type:   text/plain; charset="iso-8859-1"

Hi All,

Here is the great news about this chain of postings about the V8-V9 ( COMPRESSION ). Yesterday I ran the codes with V8. And here are the outcomes:

1) The datasets size CAME to orginal size( by this I am able to save more than 50GB(yes GB ) ).

2) Regarding time I am able to save time atleast 12hrs of time daily( as we know accessing the large dataset takes more time).

Thanks for all quick and wonderful thoughts on this...just posting these things so that others also will benifit...and can understand how the things are going...

Thanks once again for all, Chandu.

Guillermo Ramos wrote: > That might be the answer then. > If option COMPRESS is set to NO, and you do for instance: > data A; > set A; > run; > even if dataset A was compressed, after running this code it'll be > uncompressed and therefore double in size. > Open an interactive session, define a library so you see the original > v8 dataset. Rigth click on it and check the properties. You'll be able > to see wether it's compressed or not. > Hope this helps. > > chandu.isi@gmail.com wrote: > > Hi, > > > > Today I am not changing any sas code. Just I want to run with > > V8 nothing change( same orginal code). > > > > > are you using the compress= option and SAS 9.1 ? > > > > If the dataset is compressed while using the V8, and then Is > > SAS keeps the same format even if we use the V9.1?( as such I am not > > using compress option in SAS 9.1, just using the same dataset which is > > build with SAS V8- may be compressed before - Because this dataset came > > on transistion to me from my team member). > > > > Regards, > > Chandu. > > > > Stéphane Colas wrote: > > > Amazing question, test it :-) > > > > > > are you using the compress= option and SAS 9.1 ? > > > > > > -- > > > Stéphane. > > > > > > http://www.datametric.fr > > > (translated). > > > > > > > > > Selon chandu.isi@GMAIL.COM: > > > > > > > Hi SC, > > > > > > > > If I am going to run with V8 tomorrow then the dataset will > > > > comes to orginal size? > > > > > > > > Thanks for help, and Thanks for quick responses for all. > > > > Chandrasekhara Rao. > > > > > > > > Stéphane Colas wrote: > > > > > Hi, > > > > > > > > > > Did you use COMPRESS option ? > > > > > > > > > > -Did you change for a 64 bits host ? > > > > > > > > > > -Did you change from v8 to v9.1 ? > > > > > > > > > > > > > > > > > http://search02.sas.com/query.html?qt=compress&style=sup&nh=40&qp=&qc=suppsas&ws=1&qm=1&st=1&lk=1&rf=0&oq=&rq=0 > > > > > > > > > > > > > > > -- > > > > > Stéphane. > > > > > > > > > > http://www.datametric.fr > > > > > (translated). > > > > > > > > > > > > > > > Selon chandu.isi@GMAIL.COM: > > > > > > > > > > > Hi All, > > > > > > > > > > > > I encounted an issue/surprize using SAS V8 and V9. > > > > > > > > > > > > I have a BIG dataset and untill yesterday I ran SAS V8 on > > > > > > that. Today when I am running with SAS V9( same code - same dataset) > > > > > > the SIZE of data set became DOUBLE the orginal dataset size. More over > > > > > > what I observed is the No of OBS remains same!!. > > > > > > > > > > > > Any help or any thoughts - will V8 datasets observations be > > > > > > appended twice if use with V9? Really I didn't understand. > > > > > > > > > > > > Please help me on this. Any help I will greatly thankful... > > > > > > > > > > > > Thanks in advance > > > > > > Chandu. > > > > > > > > > >


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