what are the new features included in the new version of
SAS i.e., SAS9.1.3?
Answer Posted / ramesh
in old versions that variable range is limited and data set
name also limited but in new varsions variable,data set
names are unlimited
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to limit decimal places for variable using proc means?
What is a pdv and what are its functions?
how does sas handle missing values in formats? : Sas programming
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What is the difference between %put and symbolgen? : sas-macro
State the difference between INFORMAT and FORMAT ?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
what are informats in sas? : Sas-administrator
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Give some examples where proc report’s defaults are different than proc print’s defaults?
List out some key concept of SAS
what is the difference between nodup and nodupkey options? : Sas programming
How can you limit the variables written to output dataset in data step?
how can you put a "trace" in your program? : Sas programming