Which are SAS Windows Clients & SAS Java Clients
Answers were Sorted based on User's Feedback
SAS Windows Clients:
SAS DI Studio
SAS OLAP Cube Studio
SAS Enterprise Guide
SAS Management Studio
SAS 9.2 (for Base SAS)
SAS Java Clients:
SAS OLAP Viewer
SAS Web Report Studio
SAS BI Dashboard
SAS Information Portal
SAS Stored process Web Application
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / 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 |
Answer / venu
SAS AMO & EG --- tools are back-end run by Windows (Windows Based Applications)
OLAPCube Studio, InfoMap Studio, DI, SMC etc tools are back-end run by JAVA (JAVA Based Applications).
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you invoke a macro? : sas-macro
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
Name statements that function at both compile and execution time.
what is null hypothesis? why do you consider that?
0 Answers Accenture, Quintiles,
what type of graphs we will create(for 2+years candidates)?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
Explain the purpose of substr functions in sas programming.
How to sort in descending order?
Briefly describe 5 ways to do a "table lookup" in sas.
what is a post baseline?
How can you put a "trace" in your program?