Can SAS read SPSS files?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Can SAS read SPSS files?

Art Kendall
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
Reply | Threaded
Open this post in threaded view
|

Re: Can SAS read SPSS files?

Albert-Jan Roskam
AFAIK, SAS 8 can only read .por files.
 
Cheers!!
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
Reply | Threaded
Open this post in threaded view
|

Re: Can SAS read SPSS files?

Amelia Deschamps

I thought that SAS was backwards compatible - capabilities & commands carry over to the next version.

Amelia Deschamps
Data Analyst
University of Michigan

Sent from my android

On Apr 9, 2011 4:22 PM, "Albert-Jan Roskam" <[hidden email]> wrote:

AFAIK, SAS 8 can only read .por files.
 
Cheers!!
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 K...

Reply | Threaded
Open this post in threaded view
|

Re: Can SAS read SPSS files?

Vlad Lopez
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:
AFAIK, SAS 8 can only read .por files.
 
Cheers!!
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