what is the difference between the SAS v8 and SAS v9?
Answers were Sorted based on User's Feedback
Answer / vj
SAS 9 users can safely interchange data files with SAS 8
users under certain circumstances
SAS 9 was released under certain unix platforms as a 64 bit
application
SAS 8 session running in a 32 bit environment
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / chiranjeevi
SAS V8:
MAX.LENGTH IN V8:1)MEMBER NAMES=32BYTES
2)VARIABLENAMES=32BYTES
3)CHARACTER VARIABLE VALUES:32K
4)VARIABLE AND MEMBER LABELS:256BYTES
SAS V9:
MAX.LENGTH IN V9:1)THIS IS 64 BIT APPLICATION.
2)IT'S INCLUDED BI TOOLS(ETL,OLAP)
3)IT'S USED FOR UNDER UNIX ENVIRONMENTS ALSO.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / srinivas b
Main Difference is if u run the program in v8,in the
running process u r not able to modfy code.in v9 is posible.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / venu
compared to sas v8 developed ods concept in sas v9.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / essam
are there difference between the SAS v8 and SAS v9 in
macro ?? i try to do this macro in SAS v8
%goflogit(data=e1,y=y,m=m,xlist=age,logistic=on);
and it is not work. i dont know if the problem in the SAS v8
or from me, becuse i dont have SAS v9
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / trueblues974
Well, have you checked if your SAS has IML installed?
%goflogit is an autocall macro that is available only for SAS\IML.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kannan
There are so much differences in ODS HTML it seems...
analyzing...
| Is This Answer Correct ? | 1 Yes | 2 No |
how could you generate test data with no input data? : Sas programming
what are methods to identify duplicate observations?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Explain the difference between nodup and nodupkey options?
What is factor analysis?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
what is null hypothesis? why do you consider that?
0 Answers Accenture, Quintiles,
what is difference in window SAS & Unix SAS.....how do define working environment in both???
how we can call macros with in data step?
What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.
2 Answers ABC, ASD Lab, CitiGroup,
What is the Program Data Vector (PDV)? What are its functions?