MKAN1-UC 5103 Marketing Analytics Fall 2019 HW 1
Instructions
(3 points) Develop the SAS syntax for each question below and save all syntax in
ONE SAS file called "YourLastName_HW1"
Submit that file under Assignments as your answer to HW1
(5 points) Start your SAS file with this header by using SAS comments syntax:
Course Name - Semester Year
Your name
HW1 - date you complete the assignment
(5 points) Start your answer to each question below with the Question # by using SAS comments syntax
(3 points) Keep your syntax in a clear format
Questions:
(20 points) (1) Use LIBNAME Statement to create a library named “your last
name” (e.g. zheng) in your shared folder. (2) Cancel this library
(22 points) Use the INPUT and DATALINES statements to manually enter the data below into a SAS data set called “info” in the WORK
Name |
Gender |
Income |
J |
F |
4300 |
H |
F |
2300 |
K |
M |
5400 |
(20 points) Use point-and-click OR Proc Import and Proc Contents statements to import “hw1.csv” file into a SAS data set named “hw1” in a new library called
“your first name” (e.g. janet)”. The syntax should display the descriptor portion and data portion of the data set. (If you use point-and-click method, submit the syntax generated automatically in the editor as the answer.)
(22 points) Use the INFILE statement in the DATA step to import “hw1.csv” file into a SAS data set named “hw1” in the library you created in question
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of