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 / santhi
we can use drop command for a limit
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
How do you test for missing values?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
what are validation tools that are used in sas? : Sas-administrator
what is null hypothesis? why do you consider that?
explain what is data set in sas? : Sas-administrator
Explain input and put function?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
Mention the difference between ceil and floor functions in sas?
What Proc glm does?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What do you code to create a macro? : sas-macro
Give e an example of..
What are types of transport files?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?