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
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
Difference between nodup and nodupkey options?
explain about data integrator metadata reports? : Sas-di
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What are the five ways to do a table lookup in sas? : sas-grid-administration
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What is a method to debug and test your SAS program?
Explain input and put function?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What are the data types in sas?
Describe 5 ways to do a “table lookup” in SAS?
Explain the difference between using drop = data set option in set and data statement?
what is metadata? : Sas-bi
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
What is the use of PROC gplot?