Question: Create a folder in your M drive and save the two files school.csv and school.xls. Read in SAS the external file school.csv using an infile
Create a folder in your M drive and save the two files school.csv and school.xls.
- Read in SAS the external file school.csv using an infile statement and list the variables using PROC CONTENTS
- Read in SAS the external file school.xls using PROC IMPORT and print it
- Obtain a descriptive analysis for the quantitative variables contained in the data set,
using a) PROC MEANS and b) PROC UNIVARIATE (just SAS code, no output)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
