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 to read the variables in sas? : Sas-administrator
Write a SAS macro to calculate number of numbers in an email address
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
What is a pdv and what are its functions?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
· What are some good SAS programming practices for processing very large data sets?
How would you determine the number of missing or nonmissing values in computations?
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
What is the order of evaluation of the comparison && logical && relational operators:?
describe about physical data integration? : Sas-di
List out some key concept of SAS