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 |
How do you debug and test your SAS programs?
What are the main differences between sas versions 8.2, 9.0, 9.1?
Code a PROC MEANS that shows both summed and averaged output of the data.
What is data _null_?
· What are some good SAS programming practices for processing very large data sets?
How to include or exclude specific variables in a data set?
How substr function works in sas?
What are the ways to do a “table lookup” in sas?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?
How would you invoke a macro? : sas-macro
how can u extract,transform and loading?
How would you code the criteria to restrict the output to be produced?