SAS Tutorial: Loading Tab-Delimited Files

Imagine you are given a list of major Canadian political donators and wish to load it into SAS for further analysis. The list is in a text file with fields delimited by tab characters. SAS Enterprise Guide (EG) offers wizards to automatically import a variety of file formats, but using these GUI’s preempts the chance for automation or additional processing during import. Using code to load data offers several advantages:
- Ability to redirect data to multiple data sets
- Ability to clean and modify data during load time
- Ability to delete unwanted data
- Portability and reusability
Popularity: 20% [?]
