How you can read the variables that you need?
what are the different ways of merging two datasets.name atleast 4.
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
how to generate means for every subject;
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
how to delete the duplicates by using proc sql?
how many data types in sas? : Sas-administrator
Describe a time when you were really stuck on a problem and how you solved it?
What is the maximum length of the macro variable? : sas-macro
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
What system options would you use to help debug a macro? : sas-macro
Explain the message 'Merge has one or more datasets with repeats of by variables'.
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?