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 / purnimaprasad
Use keep statement to keep only 5 variables out of 100
variables
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between where and if statement?
what is the Population you used in your project, is it ITT or PP?
Mention what is the difference between nodupkey and nodup options?
If you could design your ideal job, what would it look like?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
How to read an input file in sas?
is data integration and etl programming is same? : Sas-di
What is the order of application for output data set options, input data set options and SAS statements?
Explain the difference between informat and format with an example.
how do the in= variables improve the capability of a merge? : Sas programming
How to convert a numeric variable to a character variable?
why is a stop statement needed for the point=option on a set statement? : Sas programming
What are the data types that sas contain?
Mention how to limit decimal places for the variable using proc means?
What is PROC in SAS?