Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This question requires you to open SAS and run code! The goal is to download a data set from this question, upload that data set
This question requires you to open SAS and run code! The goal is to download a data set from this question, upload that data set to SAS on demand, run some code to read the raw data in and print it out, and read the corresponding output.
A raw. s dataset is attached to the question by clicking here.
You should:
download and save the raw data file
open a SAS studio session on SAS on demand for academics
upload your raw data to a folder on your account recall the upload button
read your raw data set into the SAS work library the default for the Import Wizard using a PROC IMPORT step
use a PROC CONTENTS stepio look at the metadata
use a PROC SORT step to sort the dataset by the Conc variable
use a PROC PRINT step to view the sorted dataset
This mimics closely what we did in the "Libraries and SAS Data" video!
After following the steps above, use your output to select the correct statements from the list slow.
Iere is one correct statement about the PROC CONTENTS output and one correct statem n about the PROC PRINT output.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started