标题: 如何用程序把SAS数据文件转换成EXCEL文件 [打印本页] 作者: shiyiming 时间: 2006-8-4 16:14 标题: 如何用程序把SAS数据文件转换成EXCEL文件 那位知道把SAS数据文件转换成EXCEL文件的命令和程序。作者: shiyiming 时间: 2006-8-4 19:51 标题: 啊 这个问题很多人问过了~~~~你自己查呀作者: shiyiming 时间: 2006-8-5 10:26 标题: re try 'proc export' , look it up and check its syntax then you would know how to do it.
good luck!作者: shiyiming 时间: 2006-8-5 23:07 标题: to guoximing 9.1中直接选中数据集,右键选取在Excel中查看作者: shiyiming 时间: 2006-8-7 17:05 标题: shishi proc export data=库.数据集名
outfile="位置\filename.xls";
run;quit;作者: shiyiming 时间: 2006-9-20 23:08 标题: Using Google I think you can search the internet. There are many parpers about export the SAS data sets to xls. files.
For example: <!-- m --><a class="postlink" href="http://www.google.com/search?hl=zh-CN&q=export+sas+to+excel&lr=">http://www.google.com/search?hl=zh-CN&q ... +excel&lr=</a><!-- m -->