Since this sounds like a school assignment, I will give you a hint rather than a complete SAS program. You can get your answer by reading the article "Count the number of missing values for each variable."
The article shows how to get counts. To get percentages also, just remove the NOPERCENT option on the TABLES statement in PROC FREQ.
... View more