Does SAS have a way to read SPSS .sav files
directly?
I know that SPSS can write SAS files. Art Kendall Social Research Consultants ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD
Art Kendall
Social Research Consultants |
AFAIK, SAS 8 can only read .por files.
Albert-Jan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
All right, but apart from the sanitation, the medicine, education, wine, public order, irrigation, roads, a fresh water system, and public health, what have the Romans ever done for us? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From: Art Kendall <[hidden email]> To: [hidden email] Sent: Sat, April 9, 2011 10:05:58 PM Subject: [SPSSX-L] Can SAS read SPSS files? Does SAS have a way to read SPSS .sav files directly? I know that SPSS can write SAS files. Art Kendall Social Research Consultants ===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD |
I thought that SAS was backwards compatible - capabilities & commands carry over to the next version. Amelia Deschamps Sent from my android On Apr 9, 2011 4:22 PM, "Albert-Jan Roskam" <[hidden email]> wrote: |
In reply to this post by Albert-Jan Roskam
I have imported spss (sav) files into sas v9.2 with code like:
PROC IMPORT OUT= WORK.me_all
DATAFILE= "C:\temp\all_prepost_base_rimes.sav" DBMS=SAV REPLACE; RUN; vlad On Sat, Apr 9, 2011 at 1:21 PM, Albert-Jan Roskam <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |