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 / chiranjeevi
My guess is using data set option i.e keep
it is used for it decides the no. of variable should remain
with in the dataset
keep<variable list>
2)var statement
it is a keyword or statement used to specify the analysis
variables.The analysis variables are those,which is required
to be restructured.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you define the end of a macro? : sas-macro
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Are you involved in writing the inferential analysis plan? Tables specfications?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
Mention what is the difference between nodupkey and nodup options?
how does sas handle missing values in sort order? : Sas programming
which date functions advances a date time or date/time value by a given interval? : Sas programming
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
Give some examples where proc report’s defaults are same as proc print’s defaults?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what is the difference between unique key and primary key? : Sas-di
What is the maximum and minimum length of macro variable
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
What is a pdv and what are its functions?
what are sas/access and sas/connect? : Sas programming