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 / chandra
data set options keep is best and using proc sql is also.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what are sas/access and sas/connect? : Sas programming
What is the basic syntax style in SAS?
Describe crosslist option in tables statement?
describe the interaction table in sas di? : Sas-di
what are input dataset and output dataset options? : Sas programming
What is by-group processing?
What are the implications?
Why and when do you use proc sql?
Describe 5 ways to do a “table lookup” in SAS?
What do you know about sas and what we do? : sas-grid-administration
How would you define the end of a macro?
which date function advances a date, time or datetime value by a given interval? : Sas programming
what versions of sas have you used (on which platforms)? : Sas programming
What are symget and symput? : sas-macro
Differentiate input and infile.