Reading data from external files
All of the data so far has been in-line; the data was enclosed inside the DATA step by bracketing it between a DATALINES; and; statements. Almost none of the real data you encounter will be read this way. In the vast majority of cases, the data will reside in a file separate from your SAS code.
How do you read raw data from an external file?
There are two things you have to tell SAS: