what is the frontend and backend of sas?
Is sas is a progaming langauge or tool?
on which langauge sas depends?
Answer Posted / 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 |
Post New Answer View All Answers
How to limit decimal places for variable using proc means?
Explain data step in SAS
How to create an external dataset with sas code?
How do you delete duplicate observations in sas?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
Mention what is SAS data set?
explain about data integrator metadata reports? : Sas-di
what are the benefits of data integration? : Sas-di
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
What versions of SAS have you used (on which platforms)?
What can be the size of largest dataset in SAS?
How do you specify the number of iterations and specific condition within a single do loop?
Do you need to know if there are any missing values?
explain the difference between proc means and proc summary?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...