How many tiers in sas architecture?
Answers were Sorted based on User's Feedback
Answer / venu
There are 4 Tiers:
-----------------
The platform for SAS BABIEBI consists of multiple-tier environment, that is
1. Server Tier
2. Middle Tier (is known as Web Tier)
3. Client Tier and
4. Data Tier
The (4 Tiers) servers and applications are rely on a common, integrated Metadata Environment.
Server Tier: OLAP Server, Object Spawner, Workspace Server, Pooled Workspace Server, Stored Process Server etc.
MiddleWeb Tier: WRS, Dashboard, Portal, Stored Process Web App. etc. (Web Applications, URL based)
Client Tier: AMO, EG, OLAPCube Studio, InfoMap Studio, DI, SMC etc. (Client Applications)
Data Tier: SAS Datasets, OLAPCubes, RDBMS Table, SPD Files, ERP etc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / varun
there are one tier, two tier, three tier, four tier architecture
0NE TIER :stand alone server (all info in one server, our pc)
TWO TIER : client tier, server tier(web tier, data tier)
THREE TIER : client tier, web tier, server tier(data tier) most of companies use this.
FOUR TIER : client tier, web tier, server tier, data tier.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of using the N=PS option?
Tell me more about the parameters in macro? : sas-macro
How many ways to overcome a missing values???
what is data governance? : Sas-di
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
do you prefer proc report or proc tabulate? Why? : Sas programming
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
What are the differences between sum function and using “+” operator?
What is the difference between nodupkey and nodup options?
wt is a-z and a--z?
How do you use the do loop if you don’t know how many times you should execute the do loop?