How many versions came upto now in SAS?
Answers were Sorted based on User's Feedback
Answer / paul
SAS VERSIONS so far released in market:
(OLD VERSIONS)
V4
V5
V6
V6.08 (includes OLAP & SAS/STAT)
V6.12
(NEW VERSIONS)
V7, V8, V8.1, V8.2
V9.0, V9.1, V9.1.2, V9.1.3, V9.2
V9.2.1 (recently launched)
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / venu
All over the Globe, 90% environments are using SAS 9.2, 9.3 and 9.4.
Current version is SAS 9.4.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / satyananda
7 Version history
7.1 SAS 71
7.2 SAS 72
7.3 SAS 76
7.4 79.3 - 82.4
7.5 Version 4 series
7.6 Version 5 series
7.7 Version 6 series
7.8 Version 7 series
7.9 Version 8 series
7.10 Version 9 series
| Is This Answer Correct ? | 2 Yes | 4 No |
what are all the reports you generated in your recent project?
0 Answers Accenture, Quintiles,
Why double trailing @@ is used in input statement?
what are the new features included in the new version of SAS i.e., SAS9.1.3?
5 Answers College School Exams Tests, Wockhardt,
1.we can execute a macro with in a macro,by using call symput and symget can any one give me one example? 2.We can create the macro variables by using %let,%do,macro parameters,INTO clause in proc sql and call symput, can any one give me example to create macro variable with INTO clause and call symput? 3.
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
What is SAS Information Map Studio and its purpose ?
What is SAS informats?
what are different analysis datasets you created and what are the new variables created
data abc; input x y ; cards; 1 2 5 6 7 8 7 8 1 7 5 7 ; run; Proc Freq data=abc; tables x*y / chisq nopercent nocol norow PLCORR; RUN; If we run the code, we have Polychoric Correlation = 0.9054 in the last table. I want to extract this particular entry with the value. Means I will create one dataset in which this value will be stored/extracted. I need your help in coding this. Please help me out.
What is the good sas programming practices for processing large data sets?
What are the data types that sas contain?