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
If money were no object, what would you like to do?
What does the trace option do?
what is the Population you used in your project, is it ITT or PP?
how are numeric and character missing values represented internally? : Sas programming
Briefly explain input and put function?
How to limit decimal places for the variable using proc means?
what are some differences between proc summary and proc means? : Sas programming
Which command is used to save logs in the external file?
why is sas considered self-documenting? : Sas programming
what does the run statement do? : Sas programming
How to convert a numeric variable to a character variable?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What is program data vector (pdv)?
what is change analysis in sas di ? : Sas-di
How can I remove header from output data set?