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 (April 1999, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 21 Apr 1999 13:50:41 +0100
Reply-To:   adolf-a.quast@DB.COM
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Adolf Quast <adolf-a.quast@DB.COM>
Subject:   Re: Win-NT Compressed Data
Content-type:   text/plain; charset=us-ascii

Hi,

you might have to do some recoding, if you use indexed datasets or pointer control. You might also notice that a 'compressed' dataset can be larger than an uncompressed one. This is because of the small overhead you have in the datasets for managing them. Keep in mind that less storage may cost more cpu.

This will be the case: (1) when the dataset is very small, i.e. it has very few observations (2) when the dataset has only fields that use their full length

Cheers Adolf Quast


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