You have lines of data containing information on males (GENDER = M) and females (GENDER ~ F). Create a SAS data set consisting of data for females only. Do this by first testing the value of GENDER...


You have lines of data containing information on males (GENDER = M) and females (GENDER ~ F). Create a SAS data set consisting of data for females only. Do this by first testing the value of GENDER and only reading the remaining values if the line contains female data. The data layout is DATE in columns 1-10 (in MMDDYYYY form), GENDER in column 11, AGE ill columns 12-13, and SCORE in columns 14--16. You may use the following sample data lines to ,test your program:



May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here