Answer Posted / 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 |
Post New Answer View All Answers
explain the concepts and capabilities of business object? : Sas-bi
What do you understand by the term Normal Distribution?
How to specify variables to be processed by the freq procedure?
How to convert a numeric variable to a character variable?
what are the considerations when picking a SAS/STAT procedure?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What is the maximum and minimum length of macro variable
Explain substr function?
What is the work of tranwrd function?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
How is character variable converted into numeric variable and vice versa?
what is the difference between nodup and nodupkey options? : Sas programming
What is the difference between INPUT and INFILE ?
Which statement does not perform automatic conversions in comparisons?
What are the automatic variables for macro? : sas-macro