why only we use SAS? their r many programmin language like
SPSS, Oracle... Why SAS?
Answers were Sorted based on User's Feedback
Answer / prasad
SAS has a flexibility to create code in any operating system
(OS) and run in any OS. For instance, if you create .xls
file in Windows, you cannot run on Unix, but SAS code can
be created in windows and can run in Unix. Compared to
other programming languages, SAS coding simple to write and
use.
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / ankit
SAS possess many privileges over other languages like:
1. SAS can process very big size of data in the environment , which the other languages have their own limitations.
2. SAS is simple to understand and help in an effective manner to analyze the data, it doesn't require you to have a very good programming knowledge.
3. SAS has good support and services as its a paid software.
4. SAS has its own Data Base structure while the others haven't.
5. SAS can be easily connected to different servers as compared to others.
Is This Answer Correct ? | 0 Yes | 0 No |
How many ways to overcome a missing values???
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
In sas, what are the areas that you are most interested in? : sas-grid-administration
what is difference in window SAS & Unix SAS.....how do define working environment in both???
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
What is maximum number of rows and cols can be handled in SAS?
What do the put and input function do?
Enlist the functions performed by sas.
what is data integration? : Sas-di
what is the usage for assigning error=1 in a dataset ?
i have multiple .csv files in a unix directory. every file is having variable names as header.even for empty file also. suppose take 3 files a.csv b.csv c.csv a.csv contains data as name;age,salary; raja;34;4000; ravi;33;5000; kumar;25;3000; b.csv contains data as name;age,salary; ajay;40;4500; and c.csv contains name;age,salary; (only headers) Now i want to import and append all these files in to a single dataset. i tried infile statement with *.csv to import all at a time. but i m not getting correct data. please help me . its urgent. thank you in advance