What is the significance of the ‘OF’ in X=SUM (OF a1-a4,
a6, a9);?
Answer Posted / sreekanth rao
to add the answer. it will consider the variables in
between a1-a4(sums all in between a1-a4)
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
how to remove duplicates using proc sql?
how to do user inputs and command line arguments in sas?
what is sas metadata repository? : Sas-bi
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
How would you identify a macro variable?
Give some examples where proc report’s defaults are different than proc print’s defaults?
What is the length assigned to the target variable by the scan function?
Give some examples where proc report’s defaults are same as proc print’s defaults?
Briefly explain input and put function?
How would you invoke a macro? : sas-macro
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
What is the difference between one to one merge and match merge? Give an example.
What is the use of the %include statement?
How do you specify the number of iterations and specific condition within a single do loop?