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
Can you execute macro within another macro? : sas-macro
What is the difference between using drop = data set option in data statement and set statement?
How to create a permanent sas data set?
explain the proc in sas? : Sas-administrator
What are the difficulties u faced while doing vital signs table or dataset?
for what purpose would you use the retain statement? : Sas programming
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
How are numeric and character missing values represented internally?
Are you involved in writing the inferential analysis plan? Tables specifications?
describe about physical data integration? : Sas-di
What are the different versions of sas that you have used until now? : sas-grid-administration
What are symget and symput? : sas-macro
what is sas enterprise intelligence architecture? : Sas-bi
What is the difference between reading data from an external file and reading data from an existing data set?
What is proc sort?