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 do the PUT and INPUT functions do?
what are the scrubbing procedures in sas? : Sas programming
what are some differences between proc summary and proc means? : Sas programming
Explain the special input delimiters used in sas programming.
What are the different versions of sas that you have used until now? : sas-grid-administration
How sas treats the dsd delimiters?
What is the basic structure of a sas program?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Do you know the features of sas?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
for report generation which one you used proc report or data_null_?
Differentiate between proc means and proc summary.
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what is data access? : Sas-di
How can you create a macro variable with in data step? : sas-macro