/*====Homework 1========*/
/*Question 1:
*Work with the data set sashelp.shoes and perform the following:
1). print the records where the value of Region is United States;and
2). keep the variables - Product, Subsidiary, Number of Stores, Total Sales; and
3). calculate the sum of total sales for the market of United States; and
4). add a title 'Total Sales in the United States' to the printout.*/
/*Question 2:
*From the data set sashelp.shoes, create a SAS data set which:
1). contains only the product of Sport Shoe;and
2). drops the variable - Product; and
3). relabels 'Total Sales' as 'Total Sales of Sport Shoe'; and
4). is saved permanently in the SASUSER library.*/
/*Question 3:
*Again work with the data set sashelp.shoes and perform the following:
1). sort the data set first by product, next by total sales; and
2). save the sorted data as another SAS data set;*/
/*Question 4:
Create a SAS data set from the text file 'class_col.txt', which is stored in the 'datafiles' folder in SAS studio.
The variables are (from left) name, id, gender, GPA, Major, and date of birth. Please display the date of birth with the format - MMDDYY10.*/
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