what are different type of sas servers ? On which server
does the sas code execute ?
Answers were Sorted based on User's Feedback
Answer / dwh_pabba
SAS WORKSPACE SERVER
SAS STORED PROCESS SERVER
SAS OLAP SERVER
SAS METADATA SERVER..
IF I MISSED ANY ... PLS FILL
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / raju
SAS WORKSPACE SERVER
SAS STORED PROCESS SERVER
SAS OLAP SERVER
SAS METADATA SERVER
SAS WORKSPACE SERVER IS USED TO EXECUTE THE SAS CODE.
I feel this is correct answer else pls correct me.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Answer / dvsr
SPDS server (Scalable performance data server)is one of the
server to Execute the SAS code.
SPDS has different components
1.SPDS services
2.Meta data server
3.ConnectServer
4.ShareServer
5.ObjectSpawners
Feel free To add more if I missed any thing ….:)
| Is This Answer Correct ? | 1 Yes | 3 No |
In PROC PRINT, can you print only variables that begin with the letter “A”?
is there any difference between proc summary and proc means?
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
What is the difference between match merge and one to one merge?
Can you excute a macro within a macro? Describe.
Where do the database management systems store data and how do u import them.
what is treatment emergent events and treatment emregent adverse event
what are different type of sas servers ? On which server does the sas code execute ?
How do dates work in sas?
How many versions came upto now in SAS?
how to generate the test data in sas without input data? : Sas-administrator
What is proc sql pass through facility?