what is sas data set?
No Answer is Posted For this Question
Be the First to Post Answer
what is data governance? : Sas-di
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?
What’s the difference between var b1 – b3 and var b1 — b3?
How does proc sql work?
what are methods to identify duplicate observations?
What are the scrubbing procedures in sas?
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.
Explain why double trailing @@ is used in input statement?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
Name statements that are execution only?
Mention how to limit decimal places for the variable using proc means?