Question: Importing Data from a CSV File a . Create a new program. b . Create a LIBNAME statement to define a library that points to
Importing Data from a CSV File
a Create a new program.
b Create a LIBNAME statement to define a library that points to the folder on your computer where you saved the Homework Data folder.
a HINT: You will not point to a file directly, just the folder...The end of your path should be Homework Data";
c Write a PROC IMPORT step to read the BASEBALL.txt file and create a permanent SAS dataset called rawBaseball that is stored in the LIBNAME you created above in part
d Write a PROC MEANS that will generate the number of values, number of missing values, mean and standard deviation for the Salary variable.
a Add a CLASS statement to generate these summary statistics by League.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
