SPSS won't Save AS to SAS

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

SPSS won't Save AS to SAS

Mark Andrews (Mark.Andrews@synovate.com)

Hi all,

 

I have tried multiple times to save an SPSS file into a labeled SAS file using the Save As file menu (SPSS 19). The code always runs error free, but the SAS files never appear. Anyone solutions?

 

Thanks,

Mark

 

 

Reply | Threaded
Open this post in threaded view
|

Re: SPSS won't Save AS to SAS

Albert-Jan Roskam
>
>Hi all,
>
>I have tried multiple times to save an SPSS file into a labeled SAS file using the Save As file menu (SPSS 19). The code always runs error free, but the SAS files never appear. Anyone solutions?
>
>Thanks,
>Mark


Hi,

Use OUTPUT EXPORT to save as a portable file (.por), then
libname fromSpss spss 'd:\temp\myfile.por';data tadaah.data;
set fromSpss._first_;
run;

=====================
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