20171029 | a | X |
20171029 | a | X |
20171029 | a | X |
20171029 | a | X |
20171029 | a | X |
20171029 | a | X |
20171029 | a | X |
20171029 | ? 手? W | X |
20171029 | a | X |
20171029 | a | X |
20171029 | a | X |
20171029 | a | X |
20171029 | a | X |
20171029 | a | X |
20171029 | a | X |
%let _EFIERR_ = 0; /* set the ERROR detection macro variable */
infile 'E:\test.csv' delimiter = ',' MISSOVER DSD lrecl=32767 ;
informat VAR1 best32. ;
informat VAR2 $1. ;
informat VAR3 $1. ;
informat VAR4 $11. ;
format VAR1 best12. ;
format VAR2 $1. ;
format VAR3 $1. ;
format VAR4 $11. ;
input
VAR1
VAR2 $
VAR3 $
VAR4 $
;
if _ERROR_ then call symputx('_EFIERR_',1); /* set ERROR detection macro variable */
run;
無法讓sas正常的全部讀完這批數(shù)據(jù),大俠們可有辦法?
- test.csv