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 (June 2005, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 14 Jun 2005 17:08:34 -0400
Reply-To:     Scott Czepiel <sczepiel@gmail.com>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Scott Czepiel <sczepiel@GMAIL.COM>
Subject:      Re: How to extract value labels from spss sav data file
Comments: To: "H.Ma" <huaqiangm@gmail.com>
In-Reply-To:  <a9093510050614130972622173@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

I have struggled with this in the past, and in the end found that conversion utilities were the way to go (but this presumes you have access to the system that created the sav files in the first place).

You have the option of linking to an SPSS Inc. provided Windows dll, seach for "SPSS Developer's Guide" on support.spss.com <http://support.spss.com>.

You can also try reverse-engineering the new file format, if you can find it. The one I started with is available here at the link below. But this is an old document and will probably not hold up for recent files.

http://www.wotsit.org/download.asp?f=spssdata

You may also have some luck with this link:

http://www.psych.yorku.ca/lab/sas/spss2sas.htm

Best, sc

On 6/14/05, H.Ma <http://H.Ma> <huaqiangm@gmail.com> wrote: > > Hi, > > I have a spss data (.sav) file and want to extract value labels from > it. Does anybody know how to do it in an easier way? > > Thanks a lot. > > Richard >


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