Like @Tom said, we all have our personal preferences. Mine, in this case, would be to run proc import. i.e.:
proc import datafile='/folders/myfolders/Pankaj/Car sales.csv'
out=have
dbms=csv
replace
;
run;
Doesn't always work perfectly, but does all of the grunt work and provides code that one can modify and, if necessary, re-run.
Art, CEO, AnalystFinder.com
... View more