what is sas? is a package or tool? give me introduction
about sas?
Answers were Sorted based on User's Feedback
Answer / venugopalreddy.m
sas is a language
sas is a Database
Sas is a warehouse
sas is a Reporting and analysis tool
Is This Answer Correct ? | 14 Yes | 0 No |
Answer / kiran
you can define sas as a statistical analysis software.
sas is a package of etl tool and reporting tool.
Is This Answer Correct ? | 8 Yes | 1 No |
sas is a package or colletion of products or tolls with
domain based functional software.
It is not a database.
sas is a statistical software
sas is a datawarehousing software
sas is a analysis and reporting software.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sunil
SAS (pronounced "sass", originally Statistical Analysis
System) is an integrated system of software products
provided by SAS Institute that enables the programmer to
perform:
data entry, retrieval, management, and mining
report writing and graphics
statistical analysis
business planning, forecasting, and decision support
operations research and project management
quality improvement
applications development
Data warehousing (extract, transform, load)
platform independent and remote computing
In addition, SAS has many business solutions that enable
large scale software solutions for areas such as IT
management, human resource management, financial
management, business intelligence, customer relationship
management and more.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rakesh
sas is programming language which is used for data
retrive,manage,analyse and to genrate the reports.
sas provides wide range of solutins to the business
world.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mythri
sas is a 4th generation programming language
sas is a datawarehouse
sas is a analysis and reporting tool
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dipti patil
SAS is a statistical analytical software. mainly used by
statistitians for analysis.
it is a good data repository (datya warehouse)
it is also used for data manipulation and reporting purpose
by sas programmers.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pnprasad
SAS: Statistical Analysis Software, Statistical Analysis
System. It is basically 80% GUI 20% Non-GUI, means only 20%
program is required to do the tasks. Tasks like statistical
analysis used in various areas like mainly Clinical
studies,pharma, banking, finance etc.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / pradeep
SAS is a Tool which is a combination of 3 basic Features.
1..It is a Reporting Tool
2..It is an ETL Tool
3..It is also a Forecasting Tool.
Where as the Tools other than SAS
Consists of first feature eg-Cognos,BO
OR Consists of second feature eg-Informatica,Data Stage.
No other tool has the Power of Forecasting Feature.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / radhiv kumar sure
SAS IS A STASTICAL ANALYSIS SOFTWARE.
SAS IS A LANGUAGE.
SAS IS A REPORTING TOOL.
BY USING SAS WE CAN DO DATA ANALYSIS.
Is This Answer Correct ? | 1 Yes | 0 No |
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
what has been your most common programming mistake? : Sas programming
How to limit decimal places for variable using proc means?
What is the difference between %put and symbolgen? : sas-macro
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
What does proc print, and proc contents are used for?
· What are some good SAS programming practices for processing very large data sets?
sas macros
what is broad cast agent? : Sas-bi
What is the command used to find missing values?
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;