PDA

View Full Version : SAS to weka-format



boemans
10-26-2007, 10:59 AM
Hello,
I have some datasets with a .sas7bdat file extension.
But I would like to use Weka to perform an analysis on this dataset.
Is there any way to convert my SAS-file to eg. a CSV-format?
Thanks!

Mark
10-28-2007, 07:54 PM
Hi,

I'm pretty sure that it is possible (at least in some versions of SAS) to export data sets to CSV (comma separated values) format. Weka can load CSV files directly.

Cheers,
Mark.

boemans
10-29-2007, 09:42 AM
Thanks for your answer, Mark!

I have the SAS learning edition 4.1 with me, although I have the Windows Vista OS, and unfortunately, this version is not compatible with Vista...

Anyone has an idea to convert my sas-files to .csv-format without having to install SAS??

sbutler
11-01-2007, 07:29 PM
I have not found any free software that can covert SAS to CSV, you need to use commercial software such as SAS, SPSS, or DBMS/Copy.

boemans
11-04-2007, 07:18 AM
Okay, thanks anyway!