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
Mention what are the data types does SAS contain?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
how to remove duplicates using proc sql?
Mention the category in which sas informats are placed?
how could you generate test data with no input data? : Sas programming
Explain the use of proc gplot? : sas-grid-administration
what has been your most common programming mistake? : Sas programming
What commands are used in the case of including or excluding any specific variables in the data set?
What is the maximum length of the macro variable? : sas-macro
What is your favorite all time computer book? Why?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What is the difference between input and infile statement?
Explain how you can debug and test your SAS program?
How to include or exclude specific variables in a data set?