You have the data lines listed here. The first line is a header line and should not be read (use the INFILE option FIRSTOBS=2). The remaining lines contain an 1.0 number (read this as character), a...


You have the data lines listed here. The first line is a header line and should not be read (use the INFILE option FIRSTOBS=2). The remaining lines contain an 1.0 number (read this as character), a GENDER, a date of birth (DOB), and two scores (SCORE] and SCORE2). Note that there are some missing values for the scores, and you want to be sure that SAS does not go to a new line to read these values. Write a SAS DATA step to read these lines of data and create a temporary SAS data set (PROB]2_8). Format the DOB with DATE9. Here are the lines of data:


Make sure your data set has three observations.



May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here