How to convert SAS data files into something simple like CSV data

conversioncsvxml

There are government data files available from this CDC web site, but they are in a weird SAS format.

How can I convert them into XML/CSV, i.e. something much simpler that can be read by scripts, etc?

Best Answer

StatTransfer will convert SAS files to a variety of formats and it includes options to filter variables or observations, customize the delimiter, and change variable storage formats during the transfer.

AM will also covert data, but it's less powerful/flexible. AM is freeware and written for Windows.

Related Question