Answered step by step
Verified Expert Solution
Question
1 Approved Answer
. Information Technology Services ( ITS ) at Central State University has a computing service called the Grid, which is offered to faculty, staff, and
Information Technology Services ITS at Central State University has a computing service called the Grid, which is offered to faculty, staff, and students. This supercomputer is a cluster of computers that, if programmed correctly in a grid environment, can process much faster by distributing the work across machines. University users that would like to use the Grid computing environment must register with ITS. The raw data file CompUsers.dat contains the variables user ID classification group faculty staff, or student first name, last name, email address, campus phone number, and department.
a Examine the raw data file CompUsers.dat and read it into SAS.
b Print the data set.
c Write another DATA step to read the raw data file and remove the student records. Do this as efficiently as possible by testing the classification group as it is being read in with the INPUT statement.
d Print the data set.
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