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 / imran syed
KEEP statement is the most effective form of code.
keep var-1 var-2 var-3 var-4 var-5;
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
What would you change about your job?
If a variable contains only numbers, can it be a character data type?
what is sas business intelligence? : Sas-bi
Explain append procedure?
what is sas olap server? : Sas-di
Approximately what date is represented by the SAS date value of 730?
how do you pull data from equifax?tell me the process?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
what are 5 ways to perform a table lookup in sas? : Sas-administrator
what are several options for creating reports in web report studio? : Sas-bi
For what purposes have you used sas macros? : sas-macro
What are the statements that are executed only?
What are all the problems you faced while validating tables and reports?
how many types of prompts are there? : Sas-bi
Explain what is the use of proc gplot?