全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
1654 0
2016-07-26
data one;                                                                                                                                                         
set sashelp.class;                                                                                                                                                
ods tagsets.excelxp file="C:\Users\Administrator\Desktop\one.xls" options(sheet_name="print");              
proc print data=one;run;                                                                                                                                          
ods tagsets.excelxp options(sheet_name="means")                                                                                                                    
proc means data=one;                                                                                                                                               
class sex; var age; run;                                                                                                                                                               
ods tagsets.excelxp close;  
以上程序提交后,结果中发现两个问题:
1、sheet1的名称table1- data set work.one,而不是options(sheet_name="print")定义的print;log中提示option or parameter is not recognized and will be ignored,
2、只有print过程的有结果,而means过程没有结果,因此excel中也没有出现sheet2表格。
请大家帮忙看看,该怎么处理。谢谢了!






二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群