What is the significance of the ‘OF’ in X=SUM (OF a1-a4,
a6, a9);?
Answer Posted / raghavendrareddy.m
it adds a1,a2,a3,a4,a6,a9:
x=sum(a1,a2,a3,a4,a6,a9);
or
x=sum(of a:);
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the automatic variables for macro? : sas-macro
Give e an example of..
explain the concepts and capabilities of business object? : Sas-bi
Give an example where SAS fails to convert character value to numeric value automatically?
describe the interaction table in sas di? : Sas-di
What is PROC in SAS?
What is factor analysis?
how would you create multiple observations from a single observation? : Sas programming
State the difference between INFORMAT and FORMAT ?
How long can a macro variable be? A token? : sas-macro
what is the primary data source for the wrs? : Sas-bi
How would you identify a macro variable?
what is enterprise guide? What is the use of it? : Sas programming
What are the differences between sum function and using “+” operator?
Enlist the functions performed by sas.