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 to do user inputs and command line arguments in sas?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
for what purpose would you use the retain statement? : Sas programming
What are the functions used for character handling?
what is proc Index? and what is proc document?
What do you know about sas and what we do? : sas-grid-administration
How would you define the end of a macro?
what are sas/access and sas/connect? : Sas programming
what is sas enterprise intelligence architecture? : Sas-bi
How would you define the end of a macro? : sas-macro
How to include or exclude specific variables in a data set?
what is SAS OPTIMIZATION?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
how will you locate the sas platform applications? : Sas-bi
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...