Skip to content

kkillion43/ESL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Homework Week 12 - ESL percentage by state

Kyle Killion July 31, 2016


What to accomplish:

  1. Download dataset1.sas7bdat from 'Files' class archive
  2. Read in Data via SAS and Export DataSet in xlsx format
  3. Insert assigned data of ESL percentage by State (English Second Lang)
  4. 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 [![click Here](image/Hoosiers.png)](https://github.com/kkillion43/ESL/blob/master/ESLbyState.xlsx?raw=true)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published