Kyle Killion July 31, 2016
- Download dataset1.sas7bdat from 'Files' class archive
- Read in Data via SAS and Export DataSet in xlsx format
- Insert assigned data of ESL percentage by State (English Second Lang)
- Attach to Github and submit link
#### SAS University Edition *Uploaded dataset1 to myfolder and pointed reference to libname myfolders ``` libname myfolder '/folders/myfolders/';
proc export data= myfolder.dataset1 outfile='/folders/myfolders/Data/States.xlsx' dbms=xlsx REPLACE; run;
<hr>
####Included ESL_Percentage
Inserted the *ESL_Percentage* data within the entire data set
<hr>
####States with ESL_Percentage File
Click Here for file [](https://github.com/kkillion43/ESL/blob/master/ESLbyState.xlsx?raw=true)