I run my code (Data STEP: INFILE, INFORMAT, INPUT) to combine dozens of csv files without any error. However, I get a warning as below: WARNING: Limit set by ERRORS= option reached. Further errors of this type will not be printed. When I check my log, I see these NOTES: (these are just 3 of 352 notes I get, but the NOTES are mostly similar) NOTE: Invalid data for VARIABLE1 in line 2234110 133-136. RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0 2234110 '13,'IN99,'000001,2/1/1999,,,,10/7/2014,1,1,X,3,3,,1,1,1,N,N,,G,0,0,15120,15120,15120,15120,15120,E, 101 ,,P,5382100000,1,3780,Floor,X,,,None,,,,,,,,,|,,,15120,15120,40,40,,40,40 173 NOTE: Invalid data errors for file '"/v_share/ali/SCOPES/sas_dataset/Oct-08-2015/ScopesCalculations_SecondaryConstruction_*"' occurred outside the printed range. NOTE: Increase available buffer lines with the INFILE n= option. . . Could you please give me some hints?, where should I start to fix this?, should I be worried about this at all? Thank you
... View more