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
Give some ways by which you can define the variables to produce the summary report (using proc report)?
how are numeric and character missing values represented internally? : Sas programming
How do you convert basic cube to transaction cube and transaction cube to basic cube?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
what is the basic structure sas administrator? : Sas-administrator
Explain what is data step?
how do you want missing values handled? : Sas programming
What are the statements that are executed only?
Mention what is PROC in SAS?
where to use sas business intelligence? : Sas-bi
What are the ways to do a “table lookup” in sas?
AE datasets names? how many types?
What is factor analysis?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
Which function is used to count the number of intervals between two sas dates?