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 is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
What is the use of divide function?
What would you change about your job?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
how to read the variables in sas? : Sas-administrator
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
what are input dataset and output dataset options? : Sas programming
how do you debug and test your sas programs? : Sas programming
what is operational data and operational system? : Sas-di
: and & modifiers.
what is information maps?
Describe the ways in which you can create macro variables?
what does the run statement do? : Sas programming