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 |
is QUALCOMM using SAS ?
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.
what is the difference between sas and other datawarehousing languages?what are the advantages of sas over them?
List out some key concept of SAS
what are the validation tools in sas?
what is validvarname and varnum? why we are using this options; explain with a syntax for this options?
What is the size of PDV?
whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?
what are _numeric_ and _character_ and what do they do? : Sas programming
how do u validate sas program
When merging 2 datasets with a common variable (not merge key), how to keep both?