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 |
How many missing values are available? When might you use them?
How would you delete observations with duplicate keys?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
which stats created by proc means that are not created by proc summary or vice versa?
what is the difference between nodup and nodupkey options? : Sas programming
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
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?
how to delete the duplicates by using proc sql?
name few built in sas transformation in DI studio ?
How experienced are you with customized reporting and use of Data _Null_ features?
What is program data vector (pdv)?
Where do the database management systems store data and how do u import them.