SAS Question:
Download Job Interview Questions and Answers PDF
Code the tables statement to produce a multi-level frequency?
Answer:
multiple levels: tables a*b a*c a*b*c;
Download SAS Interview Questions And Answers
PDF
Previous Question | Next Question |
Code the tables statement for a single-level (most common) frequency? | In PROC PRINT, can you print only variables that begin with the letter “A”? |