what is the frontend and backend of sas?
Is sas is a progaming langauge or tool?
on which langauge sas depends?
Answers were Sorted based on User's Feedback
Answer / b123
SAS is an integrated 4 GL software solutions package. It is
both frontend and backend indepent laguage.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / aruna
SAS is an ETL, Reporting and Analysis tool, you can do all
these three functionalities with SAS.
front is also provided by SAS,
For backend, SAS has it's own database (in the form of
DATASETS) and also you can connect to any database as
backend like oracle, DB2, Teradata Etc..
Hope this helps.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ramesh varma
SAS is not only frontend and backend also.
sas is a progaming langauge and tool.
SAS depands on C langauge.
| Is This Answer Correct ? | 5 Yes | 1 No |
Name some categories in sas 9? : sas-grid-administration
How many tiers in sas architecture?
What are the implications?
List out some key concept of SAS
Describe the function and utility of the most difficult SAS macro that you have written?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What is your weekness? I am confuse what to say about this question. so can u give some answer which can be yur strenght.
1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Data Steps? Can we _NULL_ in Proc Steps also? 3.How do call the macro variable in Data Steps? 4.How to construct Pivot tables in Excel Using SAS?
For what purpose would you use the RETAIN statement?
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C