由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - NOTE: Format MMDYY was not found or could not be loaded.
相关主题
求助 SAS 一个error 老改不对help-SAS 读data 问题
SAS format 的问题How to format the SAS output?
SAS Base 70题 第20题求教How to open SAS dataset
sas base 70 第 20题SAS proc format的问题
SAS format file--- when I load the file 急~~~谢谢~~~请教两个关于SAS的问题
[合集] 读大数据文件的时候遇到的问题Proc SQL 能不能直接读 非 SAS format 的数据,txt , csv 等
请教SAS数字变量format问题请教SAS base 123 一题
问三题SAS Base的题目R question
相关话题的讨论汇总
话题: mmdyy话题: note话题: format话题: sas话题: loaded
进入Statistics版参与讨论
1 (共1页)
s******r
发帖数: 1524
1
SAS is really wired.
I have one simple code like
test=input(test_char,5.);
test_char has value ,'0','15','30' and 'FC'.
While sas read 'FC', it created log like
NOTE: Format MMDYY was not found or could not be loaded.
It took me a while to find 'MMDYY' and got nothing. No idea
l*********s
发帖数: 5409
2
Probably because FC cannot be translated into numeric value normally, so SAS
tried to cast it into date type but failed.
p********a
发帖数: 5352
3
MMDYY? what is this in SAS?
s******r
发帖数: 1524
4
No wonder I did not find anything.
I found so many bugs in SAS recently. Maybe that's the reason I still have a
job. :)

【在 p********a 的大作中提到】
: MMDYY? what is this in SAS?
s******r
发帖数: 1524
5
It could be. But where MMDYY comes from. Really wired.

SAS

【在 l*********s 的大作中提到】
: Probably because FC cannot be translated into numeric value normally, so SAS
: tried to cast it into date type but failed.

1 (共1页)
进入Statistics版参与讨论
相关主题
R questionSAS format file--- when I load the file 急~~~谢谢~~~
Help needed on SAS proc report[合集] 读大数据文件的时候遇到的问题
SAS question:请教SAS数字变量format问题
SAS - please help!问三题SAS Base的题目
求助 SAS 一个error 老改不对help-SAS 读data 问题
SAS format 的问题How to format the SAS output?
SAS Base 70题 第20题求教How to open SAS dataset
sas base 70 第 20题SAS proc format的问题
相关话题的讨论汇总
话题: mmdyy话题: note话题: format话题: sas话题: loaded