Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using SAS to solve it. Question 3: Write a SAS DATA step to read the following data. The data is separated by the commas. The

Using SAS to solve it. image text in transcribed
Question 3: Write a SAS DATA step to read the following data. The data is separated by the commas. The list of variables is ID, GENDER, SCORE, DATE (mmddyyyy), AMOUNT and PROFIT dollar). (Note that the variable AMOUNT is a four-digit integer with a comma format. eg: 1,000-1000). (hint: column input is not proper.) 001,M.98,10/11/1981,1,000,57.81 002 F,100,03/13/19869,999 $17.91 003,M,89,04/11/1979.1,200,$1.42 004,M,77,02/13/1985,5,300,S9.26 Write a SAS PROc step to print out the observations on condition that the AMOUNT is greater than 1100 and the PROFIT is greater than $2. Please keep the format for DATE, AMOUNT and PROFIT

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

101 Database Exercises Text Workbook

Authors: McGraw-Hill

2nd Edition

0028007484, 978-0028007489

More Books

Students also viewed these Databases questions