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 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 27 Apr 2009 21:22:05 +0200
Reply-To:     Rivo Ramamonjy <rivo.ramamonjy@TRICAST-GROUP.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Rivo Ramamonjy <rivo.ramamonjy@TRICAST-GROUP.COM>
Subject:      Re: Read the compressed (abc.sas7bdat.Z) SAS dataset directly
Comments: To: Jack Hamilton <jfh@STANFORDALUMNI.ORG>
In-Reply-To:  A<20090427125456.AEBE823376@heartbeat2.messagingengine.com>
Content-Type: text/plain; charset="iso-8859-1"

Look at this paper : http://ftp.sas.com/techsup/download/sample/unix/dstep/uncompress.html

or this one : http://www.albany.edu/csda/comprw.pdf

Please read carefully the important restriction mentioned in both paper. Regards, Rivo

-----Message d'origine----- De : SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] De la part de Jack Hamilton Envoyé : lundi 27 avril 2009 14:55 À : SAS-L@LISTSERV.UGA.EDU Objet : Re: Read the compressed (abc.sas7bdat.Z) SAS dataset directly

The short answer is no, you can't.

The longer answer is that you can read it as a bit stream, but not as a SAS data set. SAS requires direct access, and that in turn requires that the whole data be available on disk at the same time.

-- Jack Hamilton jfh@alumni.stanford.org

-----Original Message----- From: Kunal Kelkar <mailtokunalkelkar@GMAIL.COM> Sent: Monday, April 27, 2009 12:30 AM To: SAS-L@LISTSERV.UGA.EDU Subject: [SAS-L] Read the compressed (abc.sas7bdat.Z) SAS dataset directly

Hi All,

Is there any way to read the compressed sas dataset directly in unix. I have a compressed sas dataset like abc.sas7bdat.Z. I want to read and do some operations on this data wihout uncompressing the actual dataset. Is there any way to do this?

I have searched the archieve but have not found anything specific( a piece of code) :(.

Thanks, Kunal


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