(Answered)-Write a SAS DATA step to read the following data. The data is - (2025 Updated Original AI-Free Solution
Question
- Write?a?SAS?DATA?step?to?read?the?following?data.?The?data?is?separated?by?commas.?
- The?list?of?variables?is?ID,?GENDER,?SCORE,?DOB?(mmddyyyy),?and?AMOUNT.?
- (Note?that?the?variable?AMOUNT?is?a?four?digit?integer?with?a?comma?format.?e.g:1,).?
- Only?input?the?observations?on?condition?that?the?AMOUNT?is?greater?than?1000.?(hint:?column?input?is?not?proper.)
- ?????001,M,99,10/11/1981,1,000
- ???? 002,F,100,03/23/1982,9,999
- ???? 003,M,89,04/11/1979,1,200
- ???? 004,M,77,02/23/1985,5,300