作者AmigoSafin ()
看板Statistics
标题[程式] SAS Base问题一问
时间Thu Oct 25 20:13:57 2018
TITLE请注名软体类别 如[程式] stata
[软体程式类别]:
请填入软体程式类别,例如:SAS、SPSS、AMOS、R、STATA、EVIEWS...等
SAS
[程式问题]:
资料处理、回归、叙述统计、logistic、probit...等
资料处理
[软体熟悉度]:
请把以下不需要的部份删除
新手
[问题叙述]:
请问ODS _ALL_ close;
这个syntax此处用意
因为在官网上查到
在开始执行要要打开
才能在同一个SAS session 产出graphics
在题库中有以下code,
不是很了解为何用ODS _ALL_ close;
[程式范例]:
Here are the general ODS statements needed to generate XML output that is
compatible with Excel 2002 and later:
ods _all_ close;
ods tagsets.ExcelXP file='file-name.xml' style=style- name ... ;
* Your SAS procedure code here;
ods tagsets.ExcelXP close;
另外tagsets 在此处是否是libname?
因为对excel不熟 也没有SQL基础
想问清楚一点
谢谢大家~~
--
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 8.41.66.201
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Statistics/M.1540469640.A.2F3.html