Amber Elam of SAS Technical Support reveals common challenges and solutions when you convert external files into SAS data sets.
Author
Turning external files into SASĀ® data sets: common problems and their solutions
Why does my SAS date have the wrong century?
2020 is here and systems that use 2-digit years in date values are getting confused. Do we mean 1920 or 2020? In SAS, the YEARCUTOFF= option lets you decide.
Tips for using the IMPORT procedure to read files that contain delimiters
Reading an external file that contains delimiters (commas, tabs, or other characters such as a pipe character or an exclamation point) is easy when you use the IMPORT procedure. It's easy in that variable names are on row 1, the data starts on row 2, and the first 20 rows