Which are SAS Windows Clients & SAS Java Clients
Answer Posted / mahi
windows clients are
sas enterprise guide
add in microsoft office
java clients are
sas data integration studio
sas management console
sas olap cube studio
sas information map studio
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
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
What are the ways to do a “table lookup” in sas?
In sas, what are the areas that you are most interested in? : sas-grid-administration
Describe the ways in which you can create macro variables?
Explain what Proc glm does?
What are the 3 components in sas programming?
What are the special input delimiters used in SAS?
What is substr function?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
how can you import .csv file in to sas? : Sas programming
What do you know about sas and what we do? : sas-grid-administration
What are the features of SAS?
What commands are used in the case of including or excluding any specific variables in the data set?
how do you want missing values handled? : Sas programming
What are the differences between sum function and using “+” operator?