导航

2017年7月27日

摘要: 以下代码可以直接在SAS执行查看效果 ods path reset;ods path show;ods html close;options nodate;ods pdf file="ProcOdstableTable.pdf";title "Using PROC ODSTABLE"; %let c 阅读全文

posted @ 2017-07-27 14:12 高山老王 阅读(1694) 评论(0) 推荐(0)

摘要: data a; interval='month'; start='14FEB2013'd; end='13MAR2013'd; months_default=intck(interval, start, end); months_discrete=intck(interval, start, end 阅读全文

posted @ 2017-07-27 10:40 高山老王 阅读(2180) 评论(0) 推荐(0)