Date: Tue, 2 Jul 1996 13:47:43 -0500
Reply-To: Ling Ting <ting@COMP.UARK.EDU>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Ling Ting <ting@COMP.UARK.EDU>
Subject: Re: convert spss (6.01 for windows) to sa
In-Reply-To: <31D8CCB9.1B13@pluto.mscc.huji.ac.il>
Gazit:
I think you need to have data saved as spss portable file format.
then you can try:
libname mylib spss 'c:\paper\research.por';
proc print data=mylib._first_;
run;
Hope this helps.
Ling
On Tue, 2 Jul 1996, gazit t. wrote:
> Hello!
> how can i convert spss for windows v.6.01 files to sas?
> Thanks.
> msgazit@pluto.mscc.huji.ac.il
>
|