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 a method to debug and test your SAS program?
What is the difference between the proc sql and data step?
To what type of programms have you used scratch macros?
what is the difference between unique key and primary key? : Sas-di
Describe the function and untility of the most difficult SAS macro that you have written.
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Are you involved in writing the inferential analysis plan? Tables specfications?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
Tell e how how dealt with..
What is program data vector (pdv)?
Give e an example of..
Give e an example of..
What is the use of stop statement?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation