Subset
You have a file containing gymnastic scores for boys and girls, as follows: (a) Create a SAS data set called GYM from these data. (b) Create a subset of these data for males only. Call it MALE_GYM. (c) Create another subset of GYM for all females greater than or equal to 10 years of age. […]