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 |
Name statements that are execution only.
How do you specify the number of iterations and specific condition within a single do loop?
Differentiate input and infile.
Explain proc sort?
What is the difference between match merge and one to one merge?
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
Are you familiar with special input delimiters How are they used?
how does sas handle missing values in procs? : Sas programming
How to merge the data using merge statement and proc format? Is the result is same ?
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
What are the 3 components in sas programming?
what is the difference between unique key and primary key? : Sas-di