Describe the types of SAS programming tasks that you
performed like Tables? Listings? Graphics? Ad hoc reports?
Other?
Answer Posted / rao
Tables,why bcz Non-technocial peoples r understanding easly.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
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 to do user inputs and command line arguments in sas?
Compare sas with other data analytics tools.
What is the difference between order and group variable in proc report?
what do you mean by data staging area? : Sas-di
What is factor analysis?
What is the use of the %include statement?
What is the difference between class statement and by statement in proc means?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
How do dates work in SAS data?
what are several options for creating reports in web report studio? : Sas-bi
Tell me about % include and % eval? : sas-macro
do you prefer proc report or proc tabulate? Why? : Sas programming
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
How would you define the end of a macro?