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 / kishore kumar
If ur reading data from any dataset we will use keep option
like set data1(keep = 5 variables);,If ur using in any
procedure just with var statement.If u want to display to
have output with only 5variables out of 100 just use keep
option with data statement.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is maximum storage capability of SAS?
In ARRAY processing, what does the DIM function do?
how to remove duplicates using proc sql?
Intern stastical programmer written test
what is treatment emergent events and treatment emregent adverse event
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
how do you test for missing values? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
Can you execute macro within another macro? : sas-macro
What makes sas stand out to be the best over other data analytics tools?
Tell me about % include and % eval? : sas-macro
Compare sas with other data analytics tools.
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
what are the component of range? : Sas-bi