AS suggested, all the (in)formats you listed can be read in ANYDTDTEw. informats in SAS. 考虑到SAS
对此的解释并不完善, I had 3 summary blogs about this informat.
当然,如果对应我所提供的表格,请告诉我任何的遗漏之处.
http://blog.sina.com.cn/s/blog_a3a926360102v3bx.html
jingju
AS suggested, all the (in)formats you listed can be read in ANYDTDTEw. informats in SAS. 考虑到SAS
对此的解释并不完善, I had 3 summary blogs about this informat.
当然,如果对应我所提供的表格,请告诉我任何的遗漏之处.
jingju11 发表于 2014-10-18 04:00
AS suggested, all the (in)formats you listed can be read in ANYDTDTEw. informats in SAS. 考虑到SAS
...
非常感谢,我发现我的数据里面还有一种日期格式:
Sun Sep 15 00:00:00 C
Tue Apr 23 00:00:00 C
Thu Aug 08 00:00:00 C
Sat Nov 23 00:00:00 C
Wed Jan 09 00:00:00 C
Wed Mar 27 00:00:00 C
date = input(d,yymmdd10.); 可以解决前边的所有日期形式,但是
Sun Sep 15 00:00:00 C
Tue Apr 23 00:00:00 C
Thu Aug 08 00:00:00 C
Sat Nov 23 00:00:00 C
这种形式的日期,没有年份,不能合并,上面程序可以把这种形式的日期挑选出来,你根据实际情况自己修改代码,把年份加上就行。你提问题不给足够的信息,别人都不知道怎么做。只写一个乱码,谁能处理。