If you have a data set that contains 100 variables, but you
need only five of those, what is the code to force SAS to
use only those variable?
Answer Posted / guest
My guess is also the keep statement to keep only 5
variables out of 100 variables..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain why double trailing @@ is used in input statement?
what are the component of range? : Sas-bi
How would you define the end of a macro?
What is the work of tranwrd function?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Describe crosslist option in tables statement?
What’s the difference between var b1 – b3 and var b1 — b3?
How to limit decimal places for variable using proc means?
What are the ways to do a “table lookup” in sas?
Why and when do you use proc sql?
What do you know about sas data set?
What are the data types that sas contain?
what is the use of proc sql? : Sas programming
What is proc sort?