Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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:

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions