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 / purnimaprasad
Use 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
what are sas/access and sas/connect? : Sas programming
name several ways to achieve efficiency in your program? : Sas programming
What are the statements in proc sql?
what is hierarchy flattening? : Sas-di
What is the use of divide function?
Which command is used to save logs in the external file?
what are several options for creating reports in web report studio? : Sas-bi
What is the use of the %include statement?
Have you used macros? For what purpose you have used? : sas-macro
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
how the sas basic syntax style described? : Sas-administrator
Approximately what date is represented by the SAS date value of 730?
do you need to know if there are any missing values? : Sas programming
What is the maximum length of the macro variable?