What is the significance of the ‘OF’ in X=SUM (OF a1-a4,
a6, a9);?
Answer Posted / shraddha ganoo
When we give OF it will consider the range. i.e from a1 to
a4 and a6 and a9, if we omit OF word then the SUM function
will consider the hyphen sign (-) between a1 and a4 as a
minus sign and perform operations accordingly.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
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?
Enlist the functions performed by sas.
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
Are you involved in writing the inferential analysis plan? Tables specfications?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
Mention the difference between ceil and floor functions in sas?
Difference between nodup and nodupkey options?
explain the proc in sas? : Sas-administrator
how to debug and test the sas program? : Sas-administrator
Explain proc sort?
describe about physical data integration? : Sas-di
What would be the value of month at the end of data step execution and how many observations would be there?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
what is data integration? : Sas-di
Can you explain the process of calendar?