why only we use SAS? their r many programmin language like
SPSS, Oracle... Why SAS?
Answer Posted / 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 |
Post New Answer View All Answers
How would you define the end of a macro?
what is operational data and operational system? : Sas-di
How can sas program be validated?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What do you understand by the term Normal Distribution?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
explain what is factor analysis? : Sas-administrator
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What would you change about your job?
Describe 5 ways to do a “table lookup” in SAS?
What is the difference between input and infile statement?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Explain append procedure?