Question: Please use SAS programming to solve the questions: Q.1) A subset of data on 'highest grossing mobile games' from Kaggle.com is provided below. The first
Please use SAS programming to solve the questions:

Q.1) A subset of data on 'highest grossing mobile games' from Kaggle.com is provided below. The first dataline has the names of the variables (game, revenue, initial release, publisher, genre). Write a program instream to create a SAS data set MOBILE, and print the results. (You should be able to copy-paste the data below directly into your SAS program. Do not modify any of the data below before pasting into SAS.) (7 points) Note that you will have to account for: (1) the date variable should be read in as a date and the output should be 11/23/2017 - see example below, (2) there are varying lengths of game titles, publisher, and genre; (3) the revenue variable should include dollar signs and commas. An example of a 'proper' output from the first game is below to show you what your final results should look like: Obs title revenue date publisher genre
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
