在sas中用sql过程的时候,如何把数字转为日期?
如:想查2004年4月1日到20111年4月的数据,程序是:
proc sql;
create table index.volindex as
select date, vix,vxo,vxn,vxd from index.cboe_vol_index
where date between 20040401 and 20110430;
quit;
查不到结果,为什么呢?
楼主: cufe万事通
|
6902
7
[原创博文] sas中如何数字转换为日期型数据 |
博士生 70%
-
|
| ||
| ||
京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明 免责及隐私声明