Number of names found is less than number of variables found. Number of names found is less than number of variables found. 76 /********************************************************************** 77 * PRODUCT: SAS 78 * VERSION: 9.4 79 * CREATOR: External File Interface 80 * DATE: 81 * DESC: 82 * TEMPLATE SOURCE: (None Specified.) 83 ***********************************************************************/ 84 data WORK.DO ; 85 %let _EFIERR_ = 0; /* set the ERROR detection macro variable */ 86 infile 'C:\Users\rr\Dtop\EB.csv' delimiter = ',' MISSOVER DSD lrecl=32767 86 ! firstobs=2 ; 87 informat Deviation__ $259. ; 88 informat Screening $6. ; 89 informat VAR3 best32. ; 90 informat VAR4 $171. ; 91 informat VAR5 $9. ; 92 informat VAR6 DATE8. ; 93 informat VAR7 DATE9. ; 94 informat VAR8 $5. ; 95 informat VAR9 $32. ; 96 informat VAR10 $9. ; 97 informat VAR11 $2. ; 98 informat VAR12 $2. ; 99 informat VAR13 $4. ; 100 format Deviation__ $259. ; 101 format Screening $6. ; 102 format VAR3 best12. ; 103 format VAR4 $171. ; 104 format VAR5 $9. ; 105 format VAR6 DATE8. ; 106 format VAR7 DATE9. ; 107 format VAR8 $5. ; 108 format VAR9 $32. ; 109 format VAR10 $9. ; 110 format VAR11 $2. ; 111 format VAR12 $2. ; 112 format VAR13 $4. ; 113 input 114 Deviation__ $ 115 Screening $ 116 VAR3 117 VAR4 $ 118 VAR5 $ 119 VAR6 120 VAR7 121 VAR8 $ 122 VAR9 $ 123 VAR10 $ 124 VAR11 $ 125 VAR12 $ 126 VAR13 $ 127 ; 128 if _ERROR_ then call symputx('_EFIERR_',1); /* set ERROR detection macro variable */ 129 run; NOTE: The infile 'C:\Users\rr\Dtop\PDEB.csv' is: Filename=C:\Users\rr\Dtop\EB.csv, RECFM=V,LRECL=32767,File Size (bytes)=8308, Last Modified=31Oct2016:09:09:59, Create Time=31Oct2016:09:09:18 NOTE: Invalid data for VAR3 in line 2 47-93. NOTE: Invalid data for VAR6 in line 2 135-159. NOTE: Invalid data for VAR7 in line 2 161-191. RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+-- 2 Number",Subject ID Number,Dtion of Dtion - Physical Exami 88 nation,Suy Vit Day,Date Dtion Occurred,Date PD Identified by CAA,Classification RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+-- 175 (Minor or Major),Category,Outcome,Reported to RA,Reported to IBB/IBC,Action required 259 Deviation__=Number" Screening=Subjec VAR3=. VAR4=Study Visit Day VAR5=Date Devi VAR6=. VAR7=. VAR8=Categ VAR9=Outcome VAR10=Reported VAR11=Re VAR12=Ac VAR13= _ERROR_=1 _N_=1 NOTE: 53 records were read from the infile 'C:\Users\rr\Dtop\PDEB.csv'. The minimum record length was 117. The maximum record length was 261. NOTE: The data set WORK.EV has 53 observations and 13 variables. NOTE: DATA statement used (Total process time): real time 0.03 seconds cpu time 0.04 seconds Errors detected in submitted DATA step. Examine log. 53 rows created in WORK.EV from C:\Users\rr\Dtop\EB.csv. ERROR: Import unsuccessful. See SAS Log for details. NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE IMPORT used (Total process time): real time 0.10 seconds cpu time 0.09 seconds