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 1997, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 25 Apr 1997 08:12:05 GMT
Reply-To:   Stewart Ravenhall <s.g.ravenhall@OPEN.AC.UK>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Stewart Ravenhall <s.g.ravenhall@OPEN.AC.UK>
Organization:   The Open University
Subject:   Re: Error Reading Spss 7.0 and 7.5 sav files

SAS can't read SPSS data sets in their native SAV format. You need to save the SPSS data set as a portable POR file. Then your program will work fine.

Best wishes, Stew. -- Stewart Ravenhall, Milton Keynes, Buckinghamshire, England.

s.g.ravenhall@open.ac.uk

John Downing <downing@jadeinc.com> wrote in article <335d432c.118331638@news.jadeinc.com>... > libname uakids spss 'multi1.sav'; > proc print data=uakids._first_; > run;


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