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 |
|
p********a 发帖数: 5352 | 2 MMDYY? what is this in SAS? |
|
s******r 发帖数: 1524 | 3 It could be. But where MMDYY comes from. Really wired.
SAS |
|
l*********s 发帖数: 5409 | 4 Probably because FC cannot be translated into numeric value normally, so SAS
tried to cast it into date type but failed. |
|
s******r 发帖数: 1524 | 5 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. :) |
|