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 |
what is the function of catx syntax? : Sas-administrator
what is proc Index? and what is proc document?
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
what is chi-square test? have you used that?
1 Answers Accenture, Quintiles,
List out some key concept of SAS
Baseline definition in your study
3 Answers Accenture, Quintiles,
% let A=3+4 what is result
how we can call macros with in data step?
/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
What are the difference between ceil and floor functions in sas?
is there any differnce between proc means and proc summary?
hi i am nipun can anybody tell me that if a clinical sas programmer write the code and after successfull execution where do they store it. how they submit tables to TL how work is assigned to programmers either both code, log, output to be submitted. can any one tell me the process