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 to use Keep statement.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How can I remove header from output data set?
Give some examples where proc report’s defaults are different than proc print’s defaults?
what is sas metadata repository? : Sas-bi
Difference between sum function and using “+” operator?
do you prefer proc report or proc tabulate? Why? : Sas programming
what is function of retain statment
List out some key concept of SAS
Explain by-group processing?
What is proc sort?
what is sas application server? : Sas-di
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Differentiate between sas functions and sas procedures.
Describe the ways in which you can create macro variables? : sas-macro
Have you ever used the SAS Debugger?
name several ways to achieve efficiency in your program? : Sas programming