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 / ganesh
We can either use keep or drop option for selecting those
five variables.
Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is Linear Regression?
What is a method to debug and test your SAS program?
what are sas bi dashboard components? : Sas-bi
how could you generate test data with no input data? : Sas programming
How will you generate test data with no input data?
Explain append procedure?
What is interleaving in SAS?
What sas features do you use to check errors and data validation?
What is the difference between class statement and by statement in proc means?
If a variable contains only numbers, can it be a character data type?
If money were no object, what would you like to do?
which date function advances a date, time or datetime value by a given interval? : Sas programming
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
What can you learn from the SAS log when debugging?
what is star schema? : Sas-di