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 |
Tell e how how dealt with..
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
Describe the function and utility of the most difficult SAS macro that you have written?
what is portability of sas programmes?
How is character variable converted into numeric variable and vice versa?
what is AE onset date and what is RDS?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?