what is the difference between the SAS v8 and SAS v9?
Answer Posted / 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 |
Post New Answer View All Answers
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What system options would you use to help debug a macro? : sas-macro
what is factor analysis? : Sas-administrator
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Explain append procedure?
what is sas olap server? : Sas-di
What do the SAS log messages "numeric values have been converted to character" mean?
What does P-value signify about the statistical data?
What are the differences between proc means and proc summary?
what are _numeric_ and _character_ and what do they do? : Sas programming
What is the function of Stop statement in a SAS Program?
how will you locate the sas platform applications? : Sas-bi
Mention what is SAS data set?
Hi, If anyone has base SAS certification dumps, please share.