1. Create a permanent library called PRACTICE.
2. Using the import statement, import the document ‘Baby.xlsx’ into SAS. The ‘Baby.xlsx’ document is posted on Moodle. The imported data should be saved in the permanent library PRACTICE. Print the data and also run proc contents.
3. Create a dataset in SAS called DEMO and save it in a temporary library. The dataset should include the following variables and observations for women who visited the XYZ clinic today for a postnatal assessment. Print the data and also run proc contents.
Age Education Mar_Stat Race Mat_Inc Pat_Inc
25 High_Sch Single White 38000 20000
32 College Married White 65000 68000
45 College Married Asian 81500 100000
40 College Married White 48000 42000
22 High_Sch Single Black 29000 48000
28 College Single Black 42000 50000
30 College Married Asian 61500 65000
38 Master Married Black 79000 85000
42 Master Married White 87000 98000
4. Using the temporary DEMO dataset, create a new dataset called DEMO and save it in the permanent library. Use the set statement.
5. Create a new variable H_INCOME (household income) by summing the maternal and paternal incomes. Save the new dataset in the permanent library and call it DEMO_NEW. Print the data.
Save your SAS codes, log and results. Submit the three of them on Moodle.
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