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 / shaik parwez
Using Keep option
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is substr function?
How can you create a macro variable with in data step? : sas-macro
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
Name validation tools used in SAS
How do you control the number of observations and/or variables read or written?
how to generate the test data in sas without input data? : Sas-administrator
How to create a permanent sas data set?
how can you put a "trace" in your program? : Sas programming
Explain the difference between nodup and nodupkey options?
What is the good sas programming practices for processing large data sets?
Give some examples where proc report’s defaults are same as proc print’s defaults?
what do you mean by data staging area? : Sas-di
Hi, If anyone has base SAS certification dumps, please share.
What are common programming errors committed in sas