what are different type of sas servers ? On which server
does the sas code execute ?
Answer Posted / aravind gadde
SAS Metadata server
==========================
Which performs authentication and lets you to log into the
system.
SAS Object spawner
=============================
Which initiates a new WORK space server if you start doing
any activity.
SAS Workspace server
================================
Which performs code execution
****************
Optional servers
****************
Stored process server-------To create & execute stored
processs
OLAP server-----------------To create and analyze cubes
SPDS------------------------Parallel processing
*********
JAVA servers (This to bring up Web clents like WRS, OLAP
viewer...etc)
**********
Application server (Example Weblogic)
Web server (optional-- Example Apache)
WEBDAV server( Example---Xythos)
Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What does the RUN statement do?
How would you invoke a macro? : sas-macro
Explain append procedure?
what are validation tools that are used in sas? : Sas-administrator
what is the use of proc sql? : Sas programming
How does the internal authentication work in sas? : sas-grid-administration
Name any two sas spawners? : sas-grid-administration
what is sas business intelligence? : Sas-bi
Mention the difference between ceil and floor functions in sas?
How to create an external dataset with sas code?
Describe crosslist option in tables statement?
How do you use the do loop if you don’t know how many times you should execute the do loop?
What are the implications?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
what are the categories that sas informats are used to the place the data? : Sas-administrator