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 |
What is the use of the %include statement?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
Explain data_null_?
Does anybody has lastest SAS certification dumps,if anybody has please mail me at akshara_SAS@ymail.com Thanks Akshara
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 would you combine 3 or more tables with different structures?
what is data access? : Sas-di
How many data types are there in SAS?
Explain what Proc glm does?
how the sas basic syntax style described? : Sas-administrator
What is the difference between an informat and a format? Name three informats or formats.
I am having a stored process.it needs to route my report to both hthml and Xls.By default SP routes to html.I used the PRINTTO to route the html to Xls.BUt it createsthe file not but no content was written to file(0KB)?how can i do it?