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 (September 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 8 Sep 2004 04:29:12 -0700
Reply-To:     Richard <ric_stat@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Richard <ric_stat@YAHOO.COM>
Organization: http://groups.google.com
Subject:      Re: SAS to SPSS <11
Content-Type: text/plain; charset=ISO-8859-1

Manu,

you probably already know that it is just to open the file if you are using a later version of SPSS (You can also save a file as a SAS-file from SPSS - really smooth).

It's been a while since I upgraded SPSS (and used it), but if you're using 10.0.7 as you said you should be able to use the command get sas, ie.

get sas data='c:\data\filename.sd7' DSET(filename).

HTH

Richard O.

pchoate@DDS.CA.GOV (Choate, Paul@DDS) wrote in message news:<83F5497995A8D511965F00508BB9297004C1DB5C@ddsexmb01.cahwnet.gov>... > Try using the free viewer and copying the data. > > http://www.sas.com/apps/demosdownloads/sassystemviewer_PROD_9.1.3_sysdep.jsp > ?packageID=000313 > > > Never heard of an stx file. > > hth > > Paul Choate > DDS Data Extraction > (916) 654-2160 > > -----Original Message----- > From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of manu > Sent: Tuesday, September 07, 2004 11:59 AM > To: SAS-L@LISTSERV.UGA.EDU > Subject: SAS to SPSS <11 > > I have to convert a .stx and a .sas7bdat SAS file into SPSS 10.0.7 > without using SAS code. Is it possible to write a SPSS code for doing > this ? I tried the simplest way (get sas data etc.), but it does not > work... > Thank you for your help ! > > Manu


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