what are the new features included in the new version of
SAS i.e., SAS9.1.3?
Answer Posted / ramana
The main diff btwn two versions latest version is having
with PROC CDISC procedure (Clinical Data Interchange
Standard Consortium), which is analyze the clinical data
easily.
One more update is ETL Studio is the new.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the differences between proc means and proc summary?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
What are the difference between sas functions and procedures?
Differentiate input and infile.
what is the primary data source for the wrs? : Sas-bi
Explain the use of proc print and proc contents?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Explain translate function?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
is data integration and etl programming is same? : Sas-di
what is operational data and operational system? : Sas-di
What are the ways in which macro variables can be created in sas programming?
How can I remove header from output data set?
What’s the difference between var b1 – b3 and var b1 — b3?
What is the difference between %local and %global? : sas-macro