This document discusses using PROC IMPORT in SAS to import CSV files and discusses its limitations. It describes how the CSV format was originally specified in the 1980s and how implementations like Microsoft Excel violate the specification. It provides tips on fixing CSV data issues outside of SAS, such as using UNIX tools to modify CSV files before importing. The document recommends getting variable names, data types, and formatting correct before importing and provides some tricks for modifying the code generated by PROC IMPORT.