1. The data file called “Class_new.CSV” contains four test scores for each of two students in a class. The variable names are ID, Name, Test1, Test2, Test3, and Test4. “Name” variable is the character variable.
1.1) Read the CSV data file into SAS. Use “score” as the name for temporary SAS data set. (3 points)
1.2) Use SET statement to read “score” data set and create another temporary SAS data set, “score_1”. Add the following SAS program in the data step. (3 points)
1.3) If you submit this SAS program, what will be the value of the variable represented by p(i) for the second observation after the second time through the DO loop? (5 points)
1.4) If you submit this SAS program, what will be the value of the variable represented by p(i) for the first observation after the fourth time through the DO loop? (5 points)
1.5) If you submit this SAS program, what will be the value of MEANSCORE for the second observation? (5 points)
2. Use this program. If you submit this program, you will see the error messages in the Log window. Fix the program. Use PROC PRINT to print out data and submit your log and output files (6 points)
3. Using SAS, write the INPUT and DATALINES statements for the following raw data with variables names of Year, State, Name1 and Name2. Use PROC PRINT to print out data and submit your log and output files. (6 points)
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme